Staging: rtl8723bs: fix spaces in hal_com.c
authorMarco Cesati <marcocesati@gmail.com>
Mon, 15 Mar 2021 17:05:39 +0000 (18:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Mar 2021 11:23:15 +0000 (12:23 +0100)
commita2416c4880ddfd9ed02d2126b861115e7e0bda2e
tree479da25ecdf6d16b7bbcf90d592c80fd900d9f27
parentd53afe6dfce5e51343df2cda7f4591bb1b65177f
Staging: rtl8723bs: fix spaces in hal_com.c

This commit fixes the following checkpatch.pl error:

    ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
    #1292: FILE: ./hal/hal_com.c:1292:
    + struct DM_ODM_T * podmpriv = &pHalData->odmpriv;

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210315170618.2566-19-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/hal_com.c