Commit 5191673b authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

wan: dscc4: fix various indentation issues

There are some lines that have indentation issues, fix these.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 039d52e1
......@@ -458,7 +458,7 @@ static int state_check(u32 state, struct dscc4_dev_priv *dpriv,
if (debug > 1) {
if (SOURCE_ID(state) != dpriv->dev_id) {
printk(KERN_DEBUG "%s (%s): Source Id=%d, state=%08x\n",
dev->name, msg, SOURCE_ID(state), state );
dev->name, msg, SOURCE_ID(state), state);
ret = -1;
}
if (state & 0x0df80c00) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment