mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
staging: wlags49_h2: sta_h2: fixes spaces around parentheses
This commit fixes an instance where the spacing around parentheses was incorrect. Signed-off-by: Johan Meiring <johanmeiring@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b7a5b4760f
commit
d641f16488
@ -4381,7 +4381,7 @@ static const hcf_8 fw_image_4_data[] = {
|
||||
|
||||
static const CFG_IDENTITY_STRCT fw_image_infoidentity[] = {
|
||||
{
|
||||
sizeof( CFG_IDENTITY_STRCT ) / sizeof(hcf_16) - 1,
|
||||
sizeof(CFG_IDENTITY_STRCT) / sizeof(hcf_16) - 1,
|
||||
CFG_FW_IDENTITY,
|
||||
COMP_ID_FW_STA,
|
||||
3, //Variant
|
||||
|
Loading…
Reference in New Issue
Block a user