diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2018-08-23 23:23:06 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-08-27 12:26:10 -0400 |
commit | 4e8065aa6c6f50765290be27ab8a64a4e44cb009 (patch) | |
tree | 8f10b90783242466a7656cf844043f784fcb7ecb /drivers/ata | |
parent | cedefa8544c6be216b4710575065e3a11065f8d0 (diff) | |
download | linux-stable-4e8065aa6c6f50765290be27ab8a64a4e44cb009.tar.gz linux-stable-4e8065aa6c6f50765290be27ab8a64a4e44cb009.tar.bz2 linux-stable-4e8065aa6c6f50765290be27ab8a64a4e44cb009.zip |
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>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/libata-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 172e32840256..599e01bcdef2 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -7394,4 +7394,4 @@ EXPORT_SYMBOL_GPL(ata_cable_unknown); EXPORT_SYMBOL_GPL(ata_cable_ignore); EXPORT_SYMBOL_GPL(ata_cable_sata); EXPORT_SYMBOL_GPL(ata_host_get); -EXPORT_SYMBOL_GPL(ata_host_put);
\ No newline at end of file +EXPORT_SYMBOL_GPL(ata_host_put); |