HomeFreeBSD

Fix misleading indentation warning:

Description

Fix misleading indentation warning:

sys/dev/nxge/xgehal/xgehal-mgmt.c:1743:6: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation]

addr = 0xA074;
^

sys/dev/nxge/xgehal/xgehal-mgmt.c:1736:2: note: previous statement is here

if(CHECKBIT(val_1, 0x0))
^

Direct commit to stable/11, since nxge(4) has been removed from FreeBSD
12 and later.

Details

Provenance
dimAuthored on
Parents
rS360693: MFC r359974:
Branches
Unknown
Tags
Unknown