summaryrefslogtreecommitdiff
path: root/arch/frv
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2016-01-03 16:06:10 +1100
committerMartin K. Petersen <martin.petersen@oracle.com>2016-01-06 21:43:09 -0500
commit594d4ba36c0a03967da37ee6e7675ede1a67abb4 (patch)
tree329ada473a20c2595af5c5c817af2564b4fd61d3 /arch/frv
parentaff0cf9a7e098ecf1651f6f3a8cb0fbe272d6cf4 (diff)
downloadlinux-rt-594d4ba36c0a03967da37ee6e7675ede1a67abb4.tar.gz
ncr5380: Fix whitespace in comments using regexp
Hanging indentation was a poor choice for the text inside comments. It has been used in the wrong places and done badly elsewhere. There is little consistency within any file. One fork of the core driver uses tabs for this indentation while the other uses spaces. Better to use flush-left alignment throughout. This patch is the result of the following substitution. It replaces tabs and spaces at the start of a comment line with a single space. perl -i -pe 's,^(\t*[/ ]\*)[ \t]+,$1 ,' drivers/scsi/{atari_,}NCR5380.c This removes some unimportant discrepancies between the two core driver forks so that the important ones become obvious, to facilitate reunification. Signed-off-by: Finn Thain <fthain@telegraphics.com.au> Reviewed-by: Hannes Reinecke <hare@suse.com> Tested-by: Ondrej Zary <linux@rainbow-software.org> Tested-by: Michael Schmitz <schmitzmic@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'arch/frv')
0 files changed, 0 insertions, 0 deletions