mbox series

[v2,0/6] usb: serial: mos7840: Fix coding style warnings

Message ID 20241025061711.198933-1-tony467913@gmail.com (mailing list archive)
Headers show
Series usb: serial: mos7840: Fix coding style warnings | expand

Message

Tony Chung Oct. 25, 2024, 6:17 a.m. UTC
This patch series fix all the coding style warnings shown by checkpatch.pl

I have tested Patch v2 and it has no driver build warnings.
Please have a look and let me know if something is wrong. Thanks.

Tony Chung (6):
  driver: usb: serial: mos7840: fix warnings "no space before tabs"
  drivers: usb: serial: mos7840: Fix Block comments coding style
    warnings
  drivers: usb: serial: mos7840: fix coding style warnings
  drivers: usb: serial: mos7840: using '__func__' to replace function
    name in dbg message
  drivers: usb: serial: mos7840: replace 'unsigned' w/ 'unsigned int'
  drivers: usb: serial: mos7840: fix the quoted string split across
    lines

 drivers/usb/serial/mos7840.c | 49 +++++++++++++++++++++++-------------
 1 file changed, 31 insertions(+), 18 deletions(-)