summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/tb.h
diff options
context:
space:
mode:
authorLukas Wunner2016-03-20 13:57:20 +0100
committerBjorn Helgaas2016-04-08 18:09:34 +0200
commitaae20bb6b45e0666c63506053c40f71c0c34cba0 (patch)
treeebbc7dbfa484881270e453ff5fbdd73af67a897f /drivers/thunderbolt/tb.h
parentPCI: Add Intel Thunderbolt device IDs (diff)
downloadkernel-qcow2-linux-aae20bb6b45e0666c63506053c40f71c0c34cba0.tar.gz
kernel-qcow2-linux-aae20bb6b45e0666c63506053c40f71c0c34cba0.tar.xz
kernel-qcow2-linux-aae20bb6b45e0666c63506053c40f71c0c34cba0.zip
thunderbolt: Fix typos and magic number
Fix typo in tb_cfg_print_error() message. Fix bytecount in struct tb_drom_entry_port comment. Replace magic number in tb_switch_alloc(). Rename tb_sw_set_unpplugged() and TB_CAL_IECS to fix typos. [bhelgaas: no functional change intended] Signed-off-by: Lukas Wunner <lukas@wunner.de> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Andreas Noever <andreas.noever@gmail.com>
Diffstat (limited to 'drivers/thunderbolt/tb.h')
-rw-r--r--drivers/thunderbolt/tb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/tb.h b/drivers/thunderbolt/tb.h
index 8b0d7cf2b6d6..61d57ba64035 100644
--- a/drivers/thunderbolt/tb.h
+++ b/drivers/thunderbolt/tb.h
@@ -226,7 +226,7 @@ void tb_switch_free(struct tb_switch *sw);
void tb_switch_suspend(struct tb_switch *sw);
int tb_switch_resume(struct tb_switch *sw);
int tb_switch_reset(struct tb *tb, u64 route);
-void tb_sw_set_unpplugged(struct tb_switch *sw);
+void tb_sw_set_unplugged(struct tb_switch *sw);
struct tb_switch *get_switch_at_route(struct tb_switch *sw, u64 route);
int tb_wait_for_port(struct tb_port *port, bool wait_if_unplugged);