Re: checkpatch.pl and assembly #defines

2012-12-04 Thread Andy Whitcroft
On Tue, Dec 04, 2012 at 04:59:23AM -0800, Paul E. McKenney wrote: > Hello, Andy, > > The current checkpatch.pl complains about cpp macros defined as follows: > > #define callit call my_function > > Of course, if you do put parentheses around the definition, your assembler > will complain. Could

checkpatch.pl and assembly #defines

2012-12-04 Thread Paul E. McKenney
Hello, Andy, The current checkpatch.pl complains about cpp macros defined as follows: #define callit call my_function Of course, if you do put parentheses around the definition, your assembler will complain. Could this complaint be downgraded to a warning? Or is there some way to recognize ass