• A
    pata_hpt37x: checkpatch fixes · 40f46f17
    Andrew Morton 提交于
    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: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NJeff Garzik <jeff@garzik.org>
    40f46f17
pata_hpt37x.c 29.9 KB