linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata: Add missing newline at end of file
@ 2018-08-23 21:23 Geert Uytterhoeven
  2018-08-24  2:34 ` Martin K. Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2018-08-23 21:23 UTC (permalink / raw)
  To: Tejun Heo, Jason Yan, Signed-off-by : Martin K . Petersen
  Cc: linux-ide, linux-kernel, Geert Uytterhoeven

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(-)

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);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libata: Add missing newline at end of file
  2018-08-23 21:23 [PATCH] libata: Add missing newline at end of file Geert Uytterhoeven
@ 2018-08-24  2:34 ` Martin K. Petersen
  0 siblings, 0 replies; 2+ messages in thread
From: Martin K. Petersen @ 2018-08-24  2:34 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Tejun Heo, Jason Yan, Signed-off-by : Martin K . Petersen,
	linux-ide, linux-kernel


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!

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-24  2:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-23 21:23 [PATCH] libata: Add missing newline at end of file Geert Uytterhoeven
2018-08-24  2:34 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).