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:
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user