OSDN Git Service

staging: xgifb: add braces around if statement
authorGargi Sharma <gs051095@gmail.com>
Thu, 16 Feb 2017 18:39:55 +0000 (00:09 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:16:59 +0000 (09:16 +0100)
commit7bc6edf95b20b526b12b3a326845b21ba7adfe31
tree6c1b1c98f89364e571928e04d7ed82401a3a3b6e
parent999c8c28a89f1c8a681be01964c7239c3cc2685d
staging: xgifb: add braces around if statement

add braces around if statment to fix the checkpatch issue, braces {}
should be used on all arms of this statement.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/XGI_main_26.c