diff mbox series

libata: Add missing newline at end of file

Message ID 20180823212306.17134-1-geert@linux-m68k.org
State Not Applicable
Delegated to: David Miller
Headers show
Series libata: Add missing newline at end of file | expand

Commit Message

Geert Uytterhoeven Aug. 23, 2018, 9:23 p.m. UTC
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>
---
 drivers/ata/libata-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Aug. 24, 2018, 2:34 a.m. UTC | #1
Geert,

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

Applied to 4.19/scsi-fixes, thanks!
diff mbox series

Patch

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 984b37647b2f025c..c26dba0ee3ce598f 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -7393,4 +7393,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);