summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/debug.h
diff options
context:
space:
mode:
authorJérôme Pouiller <jerome.pouiller@silabs.com>2021-09-13 15:02:00 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-14 09:16:33 +0200
commitb262f38c33a84091f69b267e1b4228a8f5bd3901 (patch)
tree9d68e814dd7b6adc5c429c9c208b759b2dd40c5d /drivers/staging/wfx/debug.h
parent58de699451cef33b1314febc8c1f4a9f1243593a (diff)
downloadlinux-b262f38c33a84091f69b267e1b4228a8f5bd3901.tar.bz2
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: 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>
Diffstat (limited to 'drivers/staging/wfx/debug.h')
-rw-r--r--drivers/staging/wfx/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wfx/debug.h b/drivers/staging/wfx/debug.h
index 6f2f84d64c9e..4b9c49a9fffb 100644
--- a/drivers/staging/wfx/debug.h
+++ b/drivers/staging/wfx/debug.h
@@ -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