Skip to content

Commit

Permalink
[SCSI] gdth: Convert to use regular kernel types.
Browse files Browse the repository at this point in the history
converted using this script..

 perl -p -i -e 's|ulong32|u32|g' drivers/scsi/gdth*
 perl -p -i -e 's|ulong64|u64|g' drivers/scsi/gdth*
 perl -p -i -e 's|ushort|u16|g' drivers/scsi/gdth*
 perl -p -i -e 's|unchar|u8|g' drivers/scsi/gdth*
 perl -p -i -e 's|ulong|unsigned long|g' drivers/scsi/gdth*
 perl -p -i -e 's|PACKED|__attribute__((packed))|g' drivers/scsi/gdth*

sha1sum of the generated code was identical before and after.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Dave Jones authored and James Bottomley committed Jan 18, 2010
1 parent e7efe59 commit 1fe6dbf
Show file tree
Hide file tree
Showing 5 changed files with 893 additions and 901 deletions.
Loading

0 comments on commit 1fe6dbf

Please sign in to comment.