diff options
author | Amadeusz Sławiński <amadeusz.slawinski@tieto.com> | 2017-02-13 11:38:39 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2017-02-14 18:38:25 +0100 |
commit | 6d21911356377d23b74b0336d228a83a2dfac5cd (patch) | |
tree | f4c1d2008bb3424d35e1239d029c8c4a59ec446e | |
parent | ath10k: use size_t for len variables (diff) | |
download | linux-6d21911356377d23b74b0336d228a83a2dfac5cd.tar.xz 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>
-rw-r--r-- | drivers/net/wireless/ath/ath10k/wmi.h | 2 |
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. |