lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 1 Dec 2019 22:22:14 +0530
From:   Amit Choudhary <amitchoudhary2305@...il.com>
To:     linux-kernel@...r.kernel.org
Subject: Fwd: [PATCH 4/6] media: dvb_dummy_fe: Fix long lines

+static int dvb_dummy_fe_read_signal_strength(struct dvb_frontend *fe,
>
> +                                            u16 *strength)


In my opinion, the arguments on new line should be just below the
start of arguments on top line. Like this:
+static int dvb_dummy_fe_read_signal_strength(struct dvb_frontend *fe,
+
u16 *strength)



> +               .caps = FE_CAN_FEC_1_2 |
> +                       FE_CAN_FEC_2_3 |


Similarly, here too and other places too:
+               .caps = FE_CAN_FEC_1_2 |
+                           FE_CAN_FEC_2_3 |

Regards,
Amit

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ