Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b409894f authored by Luis de Bethencourt's avatar Luis de Bethencourt Committed by John W. Linville
Browse files

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: default avatarLuis de Bethencourt <luisbg@ubuntu.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4d66edc8
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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;
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.