Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using the Lindent script from Linux kernel source tree to format certain Linux driver code. The indent options, however, treat the '*' operator appearing in arithmetic statement (that is as a multiplication operator) and that appearing in pointer definition/declaration/usage both as same. The checkpatch.pl then flags the pointer operations as error. Is any of the automatic indenting tool capable of treating them differently.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.