Re: [PATCH v2] staging: wimax/i2400m: fix pointer declaration style

2021-01-30 Thread Johannes Berg
On Sat, 2021-01-30 at 23:14 +0530, Anirudh Rayabharam wrote: > Fix a couple of pointer declarations where the pointer qualifier '*' > is not attached to the variable name. This fixes the checkpatch > error: "foo * bar" should be "foo *bar". This driver is in staging to get deleted unless somebody

[PATCH v2] staging: wimax/i2400m: fix pointer declaration style

2021-01-30 Thread Anirudh Rayabharam
Fix a couple of pointer declarations where the pointer qualifier '*' is not attached to the variable name. This fixes the checkpatch error: "foo * bar" should be "foo *bar". Signed-off-by: Anirudh Rayabharam --- v2: Minor corrections in the commit message. --- drivers/staging/wimax/i2400m/rx.c |