summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorAmadeusz Sławiński2017-02-13 11:38:39 +0100
committerKalle Valo2017-02-14 18:38:25 +0100
commit6d21911356377d23b74b0336d228a83a2dfac5cd (patch)
treef4c1d2008bb3424d35e1239d029c8c4a59ec446e /drivers/net/wireless
parentath10k: use size_t for len variables (diff)
downloadkernel-qcow2-linux-6d21911356377d23b74b0336d228a83a2dfac5cd.tar.gz
kernel-qcow2-linux-6d21911356377d23b74b0336d228a83a2dfac5cd.tar.xz
kernel-qcow2-linux-6d21911356377d23b74b0336d228a83a2dfac5cd.zip
ath10k: fix comment
I wanted to take a look and it's apparently in other header Signed-off-by: Amadeusz Sławiński <amadeusz.slawinski@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/ath/ath10k/wmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h
index cec713c99931..386aa51435f1 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.h
+++ b/drivers/net/wireless/ath/ath10k/wmi.h
@@ -75,7 +75,7 @@ struct wmi_cmd_hdr {
/*
* There is no signed version of __le32, so for a temporary solution come
- * up with our own version. The idea is from fs/ntfs/types.h.
+ * up with our own version. The idea is from fs/ntfs/endian.h.
*
* Use a_ prefix so that it doesn't conflict if we get proper support to
* linux/types.h.