]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: libata: Add missing newline at end of file
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 23 Aug 2018 21:23:06 +0000 (23:23 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 27 Aug 2018 16:26:10 +0000 (12:26 -0400)
commit9eafe5d3f78f4a2388e15fde577bbc5a7daab0f5
tree8f10b90783242466a7656cf844043f784fcb7ecb
parentbbcc71e750223204d7d5a70702c2e58c85767583
scsi: libata: Add missing newline at end of file

With gcc 4.1.2:

    drivers/ata/libata-core.c:7396:33: warning: no newline at end of file

Fixes: bb70842b41e5a8d0 ("scsi: libsas: dynamically allocate and free ata host")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ata/libata-core.c