Re: [PATCH V4 2/9] jump_label: Add the jump_label_can_update_check() helper

From: Borislav Petkov
Date: Tue Feb 05 2019 - 16:14:05 EST


On Tue, Feb 05, 2019 at 02:50:39PM +0100, Daniel Bristot de Oliveira wrote:
> >> + if (jump_label_can_update_check(entry, init)) {
> >> + arch_jump_label_transform(entry,
> >> + jump_label_type(entry));
> >
> > Yeah, let that one stick out.
>
> I did not get this part...

Just let the line stick outside of the 80 cols rule which is not a hard
one:

+ if (jump_label_can_update_check(entry, init)) {
+ arch_jump_label_transform(entry, jump_label_type(entry));


:-)

--
Regards/Gruss,
Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.