From: Amadeusz Sławiński Date: Mon, 13 Feb 2017 10:38:39 +0000 (+0200) Subject: ath10k: fix comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6d21911356377d23b74b0336d228a83a2dfac5cd;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ath10k: fix comment I wanted to take a look and it's apparently in other header Signed-off-by: Amadeusz Sławiński Signed-off-by: Kalle Valo --- 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.