[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210221163758.2996-1-amritkhera98@gmail.com>
Date: Sun, 21 Feb 2021 22:07:59 +0530
From: Amrit Khera <amritkhera98@...il.com>
To: gregkh@...uxfoundation.org, lee.jones@...aro.org, arnd@...db.de,
johannes@...solutions.net, kuba@...nel.org, mail@...rudhrb.com,
memxor@...il.com, rdunlap@...radead.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Amrit Khera <amritkhera98@...il.com>
Subject: [PATCH v2] staging: wimax: Fix block comment style issue in stack.c
This change fixes a checkpatch warning for "Block comments
use * on subsequent lines".
Signed-off-by: Amrit Khera <amritkhera98@...il.com>
---
Changes in v2:
- Removed the comment entirely, as suggested by Greg KH <gregkh@...uxfoundation.org>
drivers/staging/wimax/stack.c | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/drivers/staging/wimax/stack.c b/drivers/staging/wimax/stack.c
index ace24a6dfd2d..345a022810ef 100644
--- a/drivers/staging/wimax/stack.c
+++ b/drivers/staging/wimax/stack.c
@@ -57,17 +57,7 @@ MODULE_PARM_DESC(debug,
/*
* Authoritative source for the RE_STATE_CHANGE attribute policy
- *
- * We don't really use it here, but /me likes to keep the definition
- * close to where the data is generated.
*/
-/*
-static const struct nla_policy wimax_gnl_re_status_change[WIMAX_GNL_ATTR_MAX + 1] = {
- [WIMAX_GNL_STCH_STATE_OLD] = { .type = NLA_U8 },
- [WIMAX_GNL_STCH_STATE_NEW] = { .type = NLA_U8 },
-};
-*/
-
/*
* Allocate a Report State Change message
--
2.20.1
Powered by blists - more mailing lists