Skip to content

Commit 4e8065a

Browse files
geertumartinkpetersen
authored andcommitted
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: 2fa4a32 ("scsi: libsas: dynamically allocate and free ata host") Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent cedefa8 commit 4e8065a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/libata-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7394,4 +7394,4 @@ EXPORT_SYMBOL_GPL(ata_cable_unknown);
73947394
EXPORT_SYMBOL_GPL(ata_cable_ignore);
73957395
EXPORT_SYMBOL_GPL(ata_cable_sata);
73967396
EXPORT_SYMBOL_GPL(ata_host_get);
7397-
EXPORT_SYMBOL_GPL(ata_host_put);
7397+
EXPORT_SYMBOL_GPL(ata_host_put);

0 commit comments

Comments
 (0)