summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2018-09-30 21:53:05 +0200
committerGreg Kroah-Hartman2018-10-03 00:20:41 +0200
commitbf80cee456c712167ecd835e7e5dfc73386c1180 (patch)
tree7adbba3cec26cd4ba48e8e02ab1c7a15738492c9
parentstaging: rtl8188eu: rename odm_SignalScaleMapping() (diff)
downloadkernel-qcow2-linux-bf80cee456c712167ecd835e7e5dfc73386c1180.tar.gz
kernel-qcow2-linux-bf80cee456c712167ecd835e7e5dfc73386c1180.tar.xz
kernel-qcow2-linux-bf80cee456c712167ecd835e7e5dfc73386c1180.zip
staging: rtl8188eu: correct block comment in bb_cfg.c
Correct block comment to clear a checkpatch warning. WARNING: Block comments should align the * on each line Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8188eu/hal/bb_cfg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/rtl8188eu/hal/bb_cfg.c b/drivers/staging/rtl8188eu/hal/bb_cfg.c
index 1862c1396c85..11e0bb9c67d7 100644
--- a/drivers/staging/rtl8188eu/hal/bb_cfg.c
+++ b/drivers/staging/rtl8188eu/hal/bb_cfg.c
@@ -1,9 +1,9 @@
// SPDX-License-Identifier: GPL-2.0
/******************************************************************************
-*
-* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
-*
-******************************************************************************/
+ *
+ * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
+ *
+ ******************************************************************************/
#include "odm_precomp.h"