mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 02:19:54 -04:00
staging: dgnc: remove blank line
fix checkpatch.pl warning:
Blank lines aren't necessary after an open brace '{'
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ea753f2a59
commit
6b3752d8ce
@@ -1794,7 +1794,6 @@ static void neo_vpd(struct dgnc_board *brd)
|
||||
if (((brd->vpd[0x08] != 0x82) &&
|
||||
(brd->vpd[0x10] != 0x82)) ||
|
||||
(brd->vpd[0x7F] != 0x78)) {
|
||||
|
||||
memset(brd->vpd, '\0', NEO_VPD_IMAGESIZE);
|
||||
} else {
|
||||
/* Search for the serial number */
|
||||
|
||||
Reference in New Issue
Block a user