Staging: rtl8723bs: fix spaces in basic_types.h
authorMarco Cesati <marcocesati@gmail.com>
Mon, 15 Mar 2021 17:06:00 +0000 (18:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Mar 2021 11:23:16 +0000 (12:23 +0100)
commit6aa8b0d561b6bafe84762e2eee948cd97bb9f6d0
treef8c281ac793e7ad876bbc023384ac9799d358f09
parentfc05601e66bc703e3cd530766215a93dd9ef61fb
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: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210315170618.2566-40-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/basic_types.h