net/atm/atm_sysfs.c: checkpatch cleanups
Add space after for Indent switch/case statements 80 column wrapping Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3356b4d416
commit
f0a6cb118d
1 changed files with 14 additions and 13 deletions
|
@ -48,7 +48,8 @@ static ssize_t show_atmaddress(struct device *cdev,
|
|||
++fmt;
|
||||
j = 0;
|
||||
}
|
||||
pos += sprintf(pos, "%02x", aaddr->addr.sas_addr.prv[i]);
|
||||
pos += sprintf(pos, "%02x",
|
||||
aaddr->addr.sas_addr.prv[i]);
|
||||
}
|
||||
pos += sprintf(pos, "\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue