Resolved Block comments use * on subsequent lines checkpatch warnings. Issue found by checkpatch. Signed-off-by: Dhaval Shah <dhaval.shah@xxxxxxxxxxxxxxx> --- drivers/platform/x86/dell-laptop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c index cd4725e7e0b5..9b0855236e3d 100644 --- a/drivers/platform/x86/dell-laptop.c +++ b/drivers/platform/x86/dell-laptop.c @@ -449,7 +449,8 @@ static int dell_rfkill_set(void *data, bool blocked) hwswitch = buffer->output[1]; /* If the hardware switch controls this radio, and the hardware - switch is disabled, always disable the radio */ + * switch is disabled, always disable the radio + */ if (ret == 0 && (hwswitch & BIT(hwswitch_bit)) && (status & BIT(0)) && !(status & BIT(16))) disable = 1; -- 2.11.0