Skip to content
  • James Byrne's avatar
    tools: checkpatch: Restore 'debug' and 'printf' to logFunctions list · 66b3ccc8
    James Byrne authored and Tom Rini's avatar Tom Rini committed
    The 'debug' and 'printf' functions were previously added to the list of
    logFunctions in commit 0cab4211 ("checkpatch.pl: Add 'debug' to
    the list of logFunctions") and commit 397bfd46
    
     ("checkpatch.pl:
    Add 'printf' to logFunctions") but these additions were lost when newer
    versions of checkpatch were pulled in from the upstream Linux
    kernel version.
    
    This restores them so that you don't end up in a situation where
    checkpatch will give a warning for "quoted string split across lines"
    which you cannot fix without getting a warning for "line over 80
    characters" instead.
    
    Signed-off-by: default avatarJames Byrne <james.byrne@origamienergy.com>
    66b3ccc8