Commit b262f38c authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Greg Kroah-Hartman
Browse files

staging: wfx: remove useless comments after #endif



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: default avatarJérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20210913130203.1903622-30-Jerome.Pouiller@silabs.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 58de6994
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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_request_tx(struct wfx_dev *wdev);
void wfx_bh_poll_irq(struct wfx_dev *wdev);
void wfx_bh_poll_irq(struct wfx_dev *wdev);


#endif /* WFX_BH_H */
#endif
+1 −1
Original line number Original line Diff line number Diff line
@@ -15,4 +15,4 @@ struct hif_ind_rx;
void wfx_rx_cb(struct wfx_vif *wvif,
void wfx_rx_cb(struct wfx_vif *wvif,
	       const struct hif_ind_rx *arg, struct sk_buff *skb);
	       const struct hif_ind_rx *arg, struct sk_buff *skb);


#endif /* WFX_DATA_RX_H */
#endif
+1 −1
Original line number Original line Diff line number Diff line
@@ -65,4 +65,4 @@ static inline struct hif_req_tx *wfx_skb_txreq(struct sk_buff *skb)
	return req;
	return req;
}
}


#endif /* WFX_DATA_TX_H */
#endif
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,4 +16,4 @@ const char *get_hif_name(unsigned long id);
const char *get_mib_name(unsigned long id);
const char *get_mib_name(unsigned long id);
const char *get_reg_name(unsigned long id);
const char *get_reg_name(unsigned long id);


#endif /* WFX_DEBUG_H */
#endif
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,4 +12,4 @@ struct wfx_dev;


int wfx_init_device(struct wfx_dev *wdev);
int wfx_init_device(struct wfx_dev *wdev);


#endif /* WFX_FWIO_H */
#endif
Loading