On Tue, 2016-10-04 at 06:36 +0200, M. Braun wrote:
Am 30.09.2016 um 09:29 schrieb Johannes Berg:
quoted
quoted
+static ssize_t ieee80211_if_fmt_unicast(
+ const struct ieee80211_sub_if_data *sdata, char *buf,
int
buflen)
That's a very ... unusual way to break the lines here
it is the same style as used in debugfs_netdev.c for other
attributes,
see e.g. ieee80211_if_fmt_tsf, ieee80211_if_parse_tsf.
Fair enough, I didn't check. Maybe I'll change it all wholesale at some
other point then.
johannes