Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0a6cb11 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

net/atm/atm_sysfs.c: checkpatch cleanups



Add space after for
Indent switch/case statements
80 column wrapping

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3356b4d4
Loading
Loading
Loading
Loading
+14 −13
Original line number Diff line number Diff line
@@ -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");
	}