Delete extra whitespace at the end of line, which annoys quilt

git-svn-id: svn://coreboot.org/openbios/openbios-devel@284 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2008-12-11 20:30:53 +00:00
parent 3038a07be7
commit 58ca864765
200 changed files with 1661 additions and 1661 deletions

View File

@@ -1,17 +1,17 @@
/*
/*
* Creation Date: <2003/12/11 21:23:54 samuel>
* Time-stamp: <2004/01/07 19:38:45 samuel>
*
*
* <osi-scsi.c>
*
*
* SCSI device node
*
*
* Copyright (C) 2003, 2004 Samuel Rydh (samuel@ibrium.se)
*
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* version 2
*
*
*/
#include "openbios/config.h"
@@ -105,7 +105,7 @@ scsi_read_blocks( instance_data_t *sd )
char *dest = (char*)POP();
unsigned char cmd[10];
int len = nblks * sd->info->blocksize;
memset( dest, 0, len );
/* printk("READ: blk: %d length %d\n", blk, len ); */
@@ -190,7 +190,7 @@ inquiry( instance_data_t *sd )
continue;
}
break;
}
}
info->valid = 1;
return 0;