[lttng-dev] rcu: Make rcu_assign_pointer's assignment volatile and type-safe
Wang Shilong
wangshilong1991 at gmail.com
Sun Sep 1 19:50:09 EDT 2013
Hello, Using checkpatch.pl, i get the following warnings(errors):
WARNING: line over 80 characters
#57: FILE: include/linux/rcupdate.h:518:
+ extern void __rcu_assign_pointer_typecheck(int, typeof(*(v)) __kernel *); \
ERROR: need consistent spacing around '*' (ctx:WxB)
#72: FILE: include/linux/rcupdate.h:568:
+ ACCESS_ONCE(p) = (typeof(*(v)) __force space *)(v); \
^
total: 1 errors, 1 warnings, 26 lines checked
patch has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
Thanks, Wang
Notice: this is an automatically generated by shell script
Any problems please contact: wangshilong1991 at gmail.com
More information about the lttng-dev
mailing list