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:
Luis de Bethencourt
2010-03-31 15:07:48 +01:00
committed by John W. Linville
parent 4d66edc8b6
commit b409894f9d
3 changed files with 9 additions and 8 deletions

View File

@@ -688,7 +688,8 @@ void ar9170_handle_command_response(struct ar9170 *ar, void *buf, u32 len)
/* firmware debug */ /* firmware debug */
case 0xca: 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; break;
case 0xcb: case 0xcb:
len -= 4; len -= 4;