Re: [PATCH-next] ibmvfc: Remove unneeded semicolons

2018-01-18 Thread Christopher Díaz Riveros
I'm still learning all the submitting patch procedures and is actually my second patch accepted :) Regards, -- Christopher Díaz Riveros Gentoo Linux Developer GPG Fingerprint: E517 5ECB 8152 98E4 FEBC 2BAA 4DBB D10F 0FDD 2547 signature.asc Description: This is a digitally signed message part

[PATCH-next] ibmvfc: Remove unneeded semicolons

2018-01-17 Thread Christopher Díaz Riveros
Trivial fix removes unneeded semicolons after switch blocks. This issue was detected by using the Coccinelle software. Signed-off-by: Christopher Díaz Riveros --- drivers/scsi/ibmvscsi/ibmvfc.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff