• A
    nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixes · 548ef6cc
    Andrew Morton 提交于
    ERROR: code indent should use tabs where possible
    #30: FILE: drivers/block/nbd.c:578:
    +^I        dev_info(disk_to_dev(lo->disk), "NBD_DISCONNECT\n");$
    
    total: 1 errors, 0 warnings, 35 lines checked
    
    NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or
          scripts/cleanfile
    
    ./patches/nbd-replace-some-printk-with-dev_warn-and-dev_info.patch has style problems, please review.
    
    If any of these errors are false positives, please report
    them to the maintainer, see CHECKPATCH in MAINTAINERS.
    
    Please run checkpatch prior to sending patches
    
    Cc: Paul Clements <Paul.Clements@steeleye.com>
    Cc: WANG Cong <amwang@redhat.com>
    Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NJens Axboe <jaxboe@fusionio.com>
    548ef6cc
nbd.c 20.4 KB