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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.