Skip to content
Snippets Groups Projects
Commit c819abee authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Wolfgang Denk
Browse files

net/net.c: cosmetic: fix indentation


This removes the following checkpatch issues:
 - ERROR: switch and case should be at the same indent
 - WARNING: suspect code indent for conditional statements
 - WARNING: labels should not be indented

Signed-off-by: default avatarLuca Ceresoli <luca.ceresoli@comelit.it>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Ben Warren <biggerbadderben@gmail.com>
parent 92895de9
No related branches found
No related tags found
No related merge requests found
......@@ -1128,8 +1128,7 @@ CDPHandler(const uchar *pkt, unsigned len)
ss = (const ushort *)(t + 1);
#ifdef CONFIG_CDP_APPLIANCE_VLAN_TYPE
if (applid ==
CONFIG_CDP_APPLIANCE_VLAN_TYPE)
if (applid == CONFIG_CDP_APPLIANCE_VLAN_TYPE)
vlan = *ss;
#else
/* XXX will this work; dunno */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment