staging: wfx: remove useless comments after #endif
authorJérôme Pouiller <jerome.pouiller@silabs.com>
Mon, 13 Sep 2021 13:02:00 +0000 (15:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Sep 2021 07:16:33 +0000 (09:16 +0200)
Comments after the last #endif of header files don't bring any
information and are redundant with the name of the file. Drop them.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20210913130203.1903622-30-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wfx/bh.h
drivers/staging/wfx/data_rx.h
drivers/staging/wfx/data_tx.h
drivers/staging/wfx/debug.h
drivers/staging/wfx/fwio.h
drivers/staging/wfx/hwio.h
drivers/staging/wfx/key.h
drivers/staging/wfx/queue.h
drivers/staging/wfx/scan.h
drivers/staging/wfx/sta.h
drivers/staging/wfx/wfx.h

index f08c62ed039c52afdaaa9ed59bf36327cdcf01ac..6c121ce4dd3f8d021bd456a118d9dac96e79817c 100644 (file)
@@ -30,4 +30,4 @@ void wfx_bh_request_rx(struct wfx_dev *wdev);
 void wfx_bh_request_tx(struct wfx_dev *wdev);
 void wfx_bh_poll_irq(struct wfx_dev *wdev);
 
-#endif /* WFX_BH_H */
+#endif
index f79545c06130e2c39413bab29ddaf3306d67db47..84d0e3c0507bf8e8acdb5c9d39d674bcdc3f6b31 100644 (file)
@@ -15,4 +15,4 @@ struct hif_ind_rx;
 void wfx_rx_cb(struct wfx_vif *wvif,
               const struct hif_ind_rx *arg, struct sk_buff *skb);
 
-#endif /* WFX_DATA_RX_H */
+#endif
index dafd8fef44cf6504a75a31ac2d62e2aa2b075dc1..15590a8faefe97a2b46729aabf47e2566707e03f 100644 (file)
@@ -65,4 +65,4 @@ static inline struct hif_req_tx *wfx_skb_txreq(struct sk_buff *skb)
        return req;
 }
 
-#endif /* WFX_DATA_TX_H */
+#endif
index 6f2f84d64c9e866763738ffdfc77ae20f6c11a03..4b9c49a9fffbe623c8e6a9d95508755f036f2e83 100644 (file)
@@ -16,4 +16,4 @@ const char *get_hif_name(unsigned long id);
 const char *get_mib_name(unsigned long id);
 const char *get_reg_name(unsigned long id);
 
-#endif /* WFX_DEBUG_H */
+#endif
index 6028f92503feb292ee894e0f300a1f06d1a264f9..eeea61210eca084ba28292426d6faddd68c0c7ea 100644 (file)
@@ -12,4 +12,4 @@ struct wfx_dev;
 
 int wfx_init_device(struct wfx_dev *wdev);
 
-#endif /* WFX_FWIO_H */
+#endif
index 9a361ed95ecb0f7d034eb9f902239e70e01b07fc..ff09575dd1aff562488f65a7d74ff57009b1456f 100644 (file)
@@ -72,4 +72,4 @@ int control_reg_write_bits(struct wfx_dev *wdev, u32 mask, u32 val);
 int igpr_reg_read(struct wfx_dev *wdev, int index, u32 *val);
 int igpr_reg_write(struct wfx_dev *wdev, int index, u32 val);
 
-#endif /* WFX_HWIO_H */
+#endif
index dd189788acf10bb322672bbdb821eeb1352de634..2d135eff7af2da7f4b70e758769efc36698a77c1 100644 (file)
@@ -17,4 +17,4 @@ int wfx_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
                struct ieee80211_vif *vif, struct ieee80211_sta *sta,
                struct ieee80211_key_conf *key);
 
-#endif /* WFX_STA_H */
+#endif
index 54b5def2e24c52d0b8236f06ee7d3377edc0dbf7..edd0d018b1985c05007f7faf6cd6a97c4a8ade08 100644 (file)
@@ -42,4 +42,4 @@ unsigned int wfx_pending_get_pkt_us_delay(struct wfx_dev *wdev,
                                          struct sk_buff *skb);
 void wfx_pending_dump_old_frames(struct wfx_dev *wdev, unsigned int limit_ms);
 
-#endif /* WFX_QUEUE_H */
+#endif
index 562ca1321daf722fa40b17426a1616f586abf886..78e3b984f375c0f994884708b2b221df0246d910 100644 (file)
@@ -19,4 +19,4 @@ int wfx_hw_scan(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
 void wfx_cancel_hw_scan(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
 void wfx_scan_complete(struct wfx_vif *wvif, int nb_chan_done);
 
-#endif /* WFX_SCAN_H */
+#endif
index f359f375cc56ccee546219e66e511efd9d851303..4d7e38be42356a36fc6489b4ebdc48b8b7988f0a 100644 (file)
@@ -70,4 +70,4 @@ int wfx_update_pm(struct wfx_vif *wvif);
 void wfx_reset(struct wfx_vif *wvif);
 u32 wfx_rate_mask_to_hw(struct wfx_dev *wdev, u32 rates);
 
-#endif /* WFX_STA_H */
+#endif
index a4770f59f7d2b7cd8b00361cc7a2e93295994e9b..f8df59ad16397b3b677f0e9ac9389df2d64f6e00 100644 (file)
@@ -161,4 +161,4 @@ static inline int memzcmp(void *src, unsigned int size)
        return memcmp(buf, buf + 1, size - 1);
 }
 
-#endif /* WFX_H */
+#endif