On Tue, Oct 30, 2018 at 10:27:59AM +, Valentin Schneider wrote:
> Hi,
>
> On 26/09/2018 16:12, Valentin Schneider wrote:
> > The alignment of the condition is off, clean that up.
> >
> > Also, logical operators have lower precedence than bitwise/relational
> > operators, so remove one layer o
Hi,
On 26/09/2018 16:12, Valentin Schneider wrote:
> The alignment of the condition is off, clean that up.
>
> Also, logical operators have lower precedence than bitwise/relational
> operators, so remove one layer of parentheses to make the condition a
> bit simpler to follow.
>
> Signed-off-by:
The alignment of the condition is off, clean that up.
Also, logical operators have lower precedence than bitwise/relational
operators, so remove one layer of parentheses to make the condition a
bit simpler to follow.
Signed-off-by: Valentin Schneider
---
kernel/sched/fair.c | 6 +++---
1 file c
3 matches
Mail list logo