A warning from checkpatch.

Signed-off-by: Kalle Valo <kv...@qca.qualcomm.com>
---
 drivers/net/wireless/ath/ath10k/wmi.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/wmi.h 
b/drivers/net/wireless/ath/ath10k/wmi.h
index d286f3e..2ad0431 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.h
+++ b/drivers/net/wireless/ath/ath10k/wmi.h
@@ -1883,7 +1883,7 @@ enum wmi_vdev_subtype {
 
 struct wmi_p2p_noa_descriptor {
        __le32 type_count; /* 255: continuous schedule, 0: reserved */
-       __le32 duration ;  /* Absent period duration in micro seconds */
+       __le32 duration;  /* Absent period duration in micro seconds */
        __le32 interval;   /* Absent period interval in micro seconds */
        __le32 start_time; /* 32 bit tsf time when in starts */
 } __packed;

_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to