staging: qlge: add braces on all arms of if-else
authorKaaira Gupta <kgupta@es.iitr.ac.in>
Fri, 21 Feb 2020 20:29:04 +0000 (01:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 23 Feb 2020 18:18:33 +0000 (19:18 +0100)
commitcf7e44daa727bf4868a4b3be380829db52a2762d
tree5205d556e5d8c152b171ef547bc78697e103b125
parent86c468a4f8e649f7f1152aa89f883f7d5eb51aa3
staging: qlge: add braces on all arms of if-else

fix all checkpatch.pl warnings of 'braces {} should be used on all arms
of this statement' in the file qlge_ethtool.c by adding the braces.

Acked-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Kaaira Gupta <kgupta@es.iitr.ac.in>
Link: https://lore.kernel.org/r/20200221202904.GA19627@kaaira-HP-Pavilion-Notebook
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/qlge/qlge_ethtool.c