Forráskód Böngészése

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>
Amadeusz Sławiński 8 éve
szülő
commit
6d21911356
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      drivers/net/wireless/ath/ath10k/wmi.h

+ 1 - 1
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.