ath: fix coding style/readability in ath/ar9170
This is a patch to files in ath/ar9170 that fixes a set of warnings found by checkpatch.pl tool. A line over 80 characters, a few empty spaces before tab and a few empty characters before a new line. Signed-off-by: Luis de Bethencourt <luisbg@ubuntu.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
4d66edc8b6
commit
b409894f9d
@@ -688,7 +688,8 @@ void ar9170_handle_command_response(struct ar9170 *ar, void *buf, u32 len)
|
||||
|
||||
/* firmware debug */
|
||||
case 0xca:
|
||||
printk(KERN_DEBUG "ar9170 FW: %.*s\n", len - 4, (char *)buf + 4);
|
||||
printk(KERN_DEBUG "ar9170 FW: %.*s\n", len - 4,
|
||||
(char *)buf + 4);
|
||||
break;
|
||||
case 0xcb:
|
||||
len -= 4;
|
||||
|
Reference in New Issue
Block a user