On Thu, 14 Mar 2024 17:48:22 +0800
Li Zhijian <[email protected]> wrote:

>       case B43legacy_INTERFMODE_NONE:
> -             count = snprintf(buf, PAGE_SIZE, "0 (No Interference"
> -                              " Mitigation)\n");
> +             count = sysfs_emit(buf, "0 (No Interference" " Mitigation)\n");
>               break;

>       if (wldev->short_preamble)
> -             count = snprintf(buf, PAGE_SIZE, "1 (Short Preamble"
> -                              " enabled)\n");
> +             count = sysfs_emit(buf, "1 (Short Preamble" " enabled)\n");
>       else
> -             count = snprintf(buf, PAGE_SIZE, "0 (Short Preamble"
> -                              " disabled)\n");
> +             count = sysfs_emit(buf, "0 (Short Preamble" " disabled)\n");
>  

Please either leave the line break in place, or remove the string continuation.



-- 
Michael Büsch
https://bues.ch/

Attachment: pgp73fELlqcsq.pgp
Description: OpenPGP digital signature

_______________________________________________
b43-dev mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/b43-dev

Reply via email to