This patch is just the result of two substitutions. The first removes anyReviewed-by: Hannes Reinecke <hare@xxxxxxxx>
tabs and spaces at the end of the line. The second replaces runs of
tabs and spaces at the beginning of comment lines with a single space.
perl -i -pe 's,[\t ]+$,,; s,^(\t*[/ ]\*)[ \t]+,$1 ,' drivers/scsi/{atari_,}NCR5380.c
This removes some unimportant discrepancies between the two core driver
forks so that 'diff' can be used to reveal the important ones, to
facilitate reunification.
Signed-off-by: Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx>
---
drivers/scsi/NCR5380.c | 550 +++++++++++++++++++++----------------------
drivers/scsi/atari_NCR5380.c | 110 ++++----
2 files changed, 330 insertions(+), 330 deletions(-)