]> git.baikalelectronics.ru Git - kernel.git/commit
[libata] pata_bf54x: checkpatch fixes
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 10 Jan 2008 22:33:08 +0000 (14:33 -0800)
committerJeff Garzik <jeff@garzik.org>
Tue, 15 Jan 2008 20:58:59 +0000 (15:58 -0500)
commitc9854a6faba6536b8713040c73cb57a918a53eba
treee79c8a1e94fb00dc84e8b23cc467e94e2ec54447
parent76743ae222b497b6f620f788e4feb8dd401cd224
[libata] pata_bf54x: checkpatch fixes

WARNING: line over 80 characters
#36: FILE: drivers/ata/pata_bf54x.c:1512:
+ while (bfin_port_info[board_idx].udma_mask>0 && udma_fsclk[udma_mode] > fsclk) {

ERROR: need spaces around that '>' (ctx:VxV)
#36: FILE: drivers/ata/pata_bf54x.c:1512:
+ while (bfin_port_info[board_idx].udma_mask>0 && udma_fsclk[udma_mode] > fsclk) {
                                            ^

total: 1 errors, 1 warnings, 19 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Jeff Garzik <jeff@garzik.org>
Cc: Sonic Zhang <sonic.zhang@analog.com>
Cc: Tejun Heo <htejun@gmail.com>
Cc: sonic zhang <sonic.adi@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_bf54x.c