]> asedeno.scripts.mit.edu Git - linux.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)
commit4e8065aa6c6f50765290be27ab8a64a4e44cb009
tree8f10b90783242466a7656cf844043f784fcb7ecb
parentcedefa8544c6be216b4710575065e3a11065f8d0
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: 2fa4a32613c9182b ("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