]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: indent regulatory messages with spaces
authorKalle Valo <kalle.valo@nokia.com>
Tue, 1 Dec 2009 08:47:15 +0000 (10:47 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 4 Dec 2009 19:16:24 +0000 (14:16 -0500)
commit26731b2f38a22bf9881d744d76091c969899e232
treeb3cea2ec5e14febc9595f4733ec77bda32ad8601
parent79167e06b5ab14da0837c805091360ef5944e7e2
cfg80211: indent regulatory messages with spaces

The regulatory messages in syslog look weird:

kernel: cfg80211: Regulatory domain: US
kernel: ^I(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
kernel: ^I(2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
kernel: ^I(5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
kernel: ^I(5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
kernel: ^I(5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
kernel: ^I(5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
kernel: ^I(5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)

Indent them with four spaces instead of the tab character to get prettier
output.

Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Acked: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/reg.c