aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/ath3k.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-12-28 12:00:09 -0500
committerJiri Kosina <jkosina@suse.cz>2013-01-09 05:43:32 -0500
commit8a168ca7074b463d0e19a9e9c15946db1afbddc4 (patch)
tree3b3276410acd699b396cd7a8907f217bcc68efff /drivers/bluetooth/ath3k.c
parent2c016dc2cbd160acf099bee8e4d5c056a8b691b1 (diff)
treewide: Fix typo in various drivers
Correct spelling typo in printk within various drivers. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/bluetooth/ath3k.c')
-rw-r--r--drivers/bluetooth/ath3k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c
index fc2de5528dcc..9cd3cb8f888a 100644
--- a/drivers/bluetooth/ath3k.c
+++ b/drivers/bluetooth/ath3k.c
@@ -338,7 +338,7 @@ static int ath3k_load_syscfg(struct usb_device *udev)
338 338
339 ret = ath3k_get_state(udev, &fw_state); 339 ret = ath3k_get_state(udev, &fw_state);
340 if (ret < 0) { 340 if (ret < 0) {
341 BT_ERR("Can't get state to change to load configration err"); 341 BT_ERR("Can't get state to change to load configuration err");
342 return -EBUSY; 342 return -EBUSY;
343 } 343 }
344 344