Skip to content
Commit 6aa8b0d5 authored by Marco Cesati's avatar Marco Cesati Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8723bs: fix spaces in basic_types.h



This commit fixes the following checkpatch.pl error:

    ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
    #16: FILE: ./include/basic_types.h:16:
    +#define FIELD_OFFSET(s, field)	((__kernel_ssize_t)&((s*)(0))->field)

Reviewed-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarMarco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210315170618.2566-40-marcocesati@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fc05601e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment