staging: rtl8192u: Fixed warnings of coding style
authorPiyush Thange <pthange19@gmail.com>
Wed, 26 May 2021 17:29:00 +0000 (22:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 May 2021 11:01:04 +0000 (13:01 +0200)
Fixed coding style issues with comments.

Signed-off-by: Piyush Thange <pthange19@gmail.com>
Link: https://lore.kernel.org/r/20210526172900.56093-1-pthange19@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_dm.c

index bac402b40121d35d398e2787aba1083abc7e7042..725bf5ca9e34da0d4823546f60c5b1f29b1e9fdf 100644 (file)
@@ -2876,7 +2876,8 @@ void dm_check_fsync(struct net_device *dev)
  *     When            Who             Remark
  *     05/29/2008      amy             Create Version 0 porting from windows code.
  *
- *---------------------------------------------------------------------------*/
+ *---------------------------------------------------------------------------
+ */
 void dm_shadow_init(struct net_device *dev)
 {
        u8      page;
@@ -2915,7 +2916,8 @@ void dm_shadow_init(struct net_device *dev)
  *     When            Who             Remark
  *     03/06/2008      Jacken  Create Version 0.
  *
- *---------------------------------------------------------------------------*/
+ *---------------------------------------------------------------------------
+ */
 static void dm_init_dynamic_txpower(struct net_device *dev)
 {
        struct r8192_priv *priv = ieee80211_priv(dev);