diff options
| author | Marco Cesati <marcocesati@gmail.com> | 2021-03-15 20:06:00 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-16 14:23:16 +0300 |
| commit | 6aa8b0d561b6bafe84762e2eee948cd97bb9f6d0 (patch) | |
| tree | f8c281ac793e7ad876bbc023384ac9799d358f09 /scripts/cleanpatch | |
| parent | fc05601e66bc703e3cd530766215a93dd9ef61fb (diff) | |
| download | linux-6aa8b0d561b6bafe84762e2eee948cd97bb9f6d0.tar.xz | |
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>
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions
