[0/2] utils: checkstyle.py: Extend Doxygen formatter
mbox series

Message ID 20240416102004.10617-1-laurent.pinchart@ideasonboard.com
Headers show
Series
  • utils: checkstyle.py: Extend Doxygen formatter
Related show

Message

Laurent Pinchart April 16, 2024, 10:20 a.m. UTC
Hello,

Here's a small update to checkstyle.py that will hopefully help me
repeating review a common comments in the future :-) Patch 1/2 is a
drive-by improvement, patch 2/2 handles periods at the end of Doxygen
one-liner commands.

Laurent Pinchart (2):
  utils: checkstyle.py: Use r'' strings for regular expressions
  utils: checkstyle.py: Drop period at end of Doxygen one liners

 utils/checkstyle.py | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)