I just want to make them separate with more space .module_param(force_rfkill, bool, 0444);
MODULE_PARM_DESC(force_rfkill, "enable rfkill on non whitelisted
models");
+
spurious line change
If it cause concern, I will remote the line in V5.
The previous alignment is a little not correct.
static const struct dmi_system_id dell_device_table[] __initconst = {ledtrig_audio_get(LED_AUDIO_MICMUTE);
{
.ident = "Dell laptop",
@@ -2205,11 +2209,17 @@ static int __init dell_init(void)
dell_laptop_register_notifier(&dell_laptop_notifier);
if (dell_smbios_find_token(GLOBAL_MIC_MUTE_DISABLE) &&
- dell_smbios_find_token(GLOBAL_MIC_MUTE_ENABLE)) {
- micmute_led_cdev.brightness =
- ret = led_classdev_register(&platform_device->dev,&micmute_led_cdev);
- if (ret < 0)dell_smbios_find_token(GLOBAL_MIC_MUTE_ENABLE)) {
- goto fail_led;
+
not sure why you changed the alignment?
So I adjust it
If it cause concern, will restore it to original shape.