Re: [PATCH] libata: Add missing newline at end of file

2018-08-23 Thread Martin K. Petersen
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

Re: [PATCH] libata: Add missing newline at end of file

2018-08-23 Thread Martin K. Petersen
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

[PATCH] libata: Add missing newline at end of file

2018-08-23 Thread 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 --- drivers/ata/libata-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] libata: Add missing newline at end of file

2018-08-23 Thread 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 --- drivers/ata/libata-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff