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
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 |