staging: rtl8192u: Fixed warnings of coding style
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>
This commit is contained in:
parent
afc023da53
commit
cb293e6b83
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue