+2
−1
+2
−2
+15
−16
+4
−4
+1
−1
File changed.
Contains only whitespace changes.
+1
−1
File changed.
Contains only whitespace changes.
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
These are mostly long lines and wrong indentation warning
fixes. But also there are two volatile variables and
checkpatch.pl complains about them:
WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
+ volatile int gc_seq;
WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
+ volatile int gced_lnum;
Well, we anyway use smp_wmb() for c->gc_seq and c->gced_lnum, so
these 'volatile' modifiers can be just dropped.
Signed-off-by:
Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
File changed.
Contains only whitespace changes.
File changed.
Contains only whitespace changes.