]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
staging: wimax: Fix block comment style issue in stack.c
authorAmrit Khera <amritkhera98@gmail.com>
Mon, 22 Feb 2021 10:15:42 +0000 (15:45 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:28 +0000 (09:25 +0100)
This change fixes a checkpatch warning for "Block comments use
* on subsequent lines". It removes the unnecessary block comment.

Signed-off-by: Amrit Khera <amritkhera98@gmail.com>
Link: https://lore.kernel.org/r/20210222101541.2571-1-amritkhera98@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wimax/stack.c

index ace24a6dfd2d9af46fcae09c5b25f43729e80fb5..0d2e3d5f369191185ea28275eaba4465b8e7a0a7 100644 (file)
@@ -55,20 +55,6 @@ MODULE_PARM_DESC(debug,
                 "are the different debug submodules and VALUE are the "
                 "initial debug value to set.");
 
-/*
- * 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
  *