]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
batman-adv: Remove too short %pM printk field width
authorSven Eckelmann <sven@narfation.org>
Sun, 18 Jun 2017 08:12:30 +0000 (10:12 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sat, 29 Jul 2017 07:51:26 +0000 (09:51 +0200)
commit6a04be8d860e86ad84b99045395d9e46ed7304cf
tree5f2cadcc2ea6e589d22d70bd58e06281e01dcb84
parentcd0edf3ada13e9c268713a913387a88be30634dc
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>
net/batman-adv/bat_iv_ogm.c