[Linux-kernel-mentees] [PATCH 4/6] media: dvb_dummy_fe: Fix long lines

Amit Choudhary amitchoudhary2305 at gmail.com
Sun Dec 1 16:37:22 UTC 2019


+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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/linux-kernel-mentees/attachments/20191201/678e901f/attachment.html>


More information about the Linux-kernel-mentees mailing list