commit | 6a04be8d860e86ad84b99045395d9e46ed7304cf | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sun Jun 18 10:12:30 2017 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Sat Jul 29 09:51:26 2017 +0200 |
tree | 5f2cadcc2ea6e589d22d70bd58e06281e01dcb84 | |
parent | cd0edf3ada13e9c268713a913387a88be30634dc [diff] |
batman-adv: Remove too short %pM printk field width The string representation for a mac address produced by %pM is 17 characters long. Left-aligning the output in a 15 character wide field width %-15pM is therefore misleading and unnecessary. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>