OSDN Git Service

pata_hpt37x: checkpatch fixes
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 14 Dec 2007 00:01:38 +0000 (16:01 -0800)
committerJeff Garzik <jeff@garzik.org>
Wed, 23 Jan 2008 10:24:13 +0000 (05:24 -0500)
commit40f46f17819c2d199f99addc3278ff2eb11f3cd5
treed2c93dcd1bda540533b3018c6bc4363f7e9b3689
parente6a73ab1c8e814ac7b0d69f44fde63299b639489
pata_hpt37x: checkpatch fixes

WARNING: line over 80 characters
#70: FILE: drivers/ata/pata_hpt37x.c:850:
+ struct pci_dev *pdev_0 = pci_get_slot(pdev->bus, pdev->devfn - 1);

ERROR: else should follow close brace '}'
#78: FILE: drivers/ata/pata_hpt37x.c:858:
+ }
+ else

total: 1 errors, 1 warnings, 100 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: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_hpt37x.c