lkml.org 
[lkml]   [2019]   [Dec]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectFwd: [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

\
 
 \ /
  Last update: 2019-12-01 17:53    [W:0.188 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site