summaryrefslogtreecommitdiffstats
path: root/util/lint/checkpatch.pl
Commit message (Expand)AuthorAgeFilesLines
* Treewide: Fix incorrect SPDX license stringsMartin Roth2024-02-181-1/+1
* lint/checkpatch.pl: Check for 0-length and 1-element arraysElyes Haouas2023-08-091-0/+10
* lint/checkpatch: Add check for unnecessary <signed> int declarationsElyes Haouas2023-08-091-0/+20
* lint/checkpatch: Add check for old-style declarationsElyes Haouas2023-08-091-0/+12
* lint/checkpatch: Add check for initialized const char arraysElyes Haouas2023-08-091-0/+9
* lint/checkpatch.pl: Update check for TRAILING_STATEMENTSElyes Haouas2023-08-091-2/+14
* lint/checkpatch: Update 'check for illegal assignment in if conditional'Elyes Haouas2023-08-091-2/+26
* util/lint: Ignore braces around single line statementsMartin Roth2023-03-071-9/+11
* lint/checkpatch.pl: Remove check for keyword 'boolean' in KconfigElyes Haouas2023-02-171-7/+0
* lint/checkpatch: Add XA_STATE and XA_STATE_ORDER to the macro declarationElyes Haouas2022-11-241-1/+2
* checkpatch: add Co-authored-by to signature listMichael Niewöhner2022-11-041-0/+1
* lint/checkpatch: consider leading + in the line length limit checkMichael Niewöhner2022-10-281-0/+1
* lint/checkpatch: Fix incorrect camelcase detection on numeric constantElyes Haouas2022-09-061-1/+1
* lint/checkpatch: Add check for used comma where semicolon could beElyes Haouas2022-07-191-0/+11
* lint/checkpatch: Add a check for use of self-assignmentsElyes Haouas2022-07-191-0/+11
* lint/checkpatch: Add a check for existence of a commit logElyes Haouas2022-07-191-0/+13
* lint/checkpatch: Update 'Check patch "separator" and "signoff"'Elyes Haouas2022-07-191-4/+69
* lint/checkpatch: Update 'check for unwanted Gerrit info'Elyes Haouas2022-07-191-4/+14
* lint/checkpatch: Update 'uncoalesced string fragments'Elyes Haouas2022-07-191-3/+9
* lint/checkpatch: Update 'concatenated string without spaces between elements'Elyes Haouas2022-07-191-3/+11
* lint/checkpatch: Update 'check indentation of a line with a break'Elyes Haouas2022-07-191-3/+6
* lint/checkpatch: Update 'check for logical continuations'Elyes Haouas2022-07-191-2/+10
* lint/checkpatch: Update 'check for adding lines without a newline'Elyes Haouas2022-07-191-2/+5
* lint/checkpatch: Update 'check for assignments on the start of a line'Elyes Haouas2022-07-191-2/+8
* util/lint/checkpatch: Add alloc functions to alloc with multiplies checkElyes Haouas2022-05-291-3/+5
* util/lint/checkpatch: Update 'Check for compiler attributes'Elyes Haouas2022-05-291-29/+59
* util/lint/checkpatch.pl: Use 'allocFunctions'Elyes Haouas2022-05-291-3/+14
* util/lint/checkpatch: Warn on period at the end of commit subjectMartin Roth2022-05-281-0/+5
* util/lint: Subtract the patch format string from subject lengthMartin Roth2022-05-281-3/+3
* util/lint/checkpatch.pl: Reduce difference with linux v5.18Elyes Haouas2022-05-241-49/+82
* util/lint/checkpatch.pl: Fix "uninitialized value" error messageElyes Haouas2022-05-161-1/+1
* util/lint/checkpatch.pl: Fix "Invalid color mode" error messageElyes Haouas2022-05-161-12/+0
* util/lint/checkpatch.pl: Update lines related to CONST_STRUCTElyes Haouas2022-04-241-4/+7
* util/lint/checkpatch.pl: Add strlcpy checkElyes Haouas2022-04-241-0/+6
* util/lint/checkpatch.pl: Update C99_COMMENT_TOLERANCE linesElyes Haouas2022-04-241-1/+2
* util/lint/checkpatch.pl: Update TYPECAST_INT_CONSTANT linesElyes Haouas2022-04-241-10/+10
* util/lint/checkpatch.pl: Update the check of repeated wordsElyes Haouas2022-04-241-0/+62
* lint/checkpatch.pl: Update to v5.18-2 lines related to "CONFIG_"Elyes Haouas2022-04-241-53/+89
* util/lint/checkpatch.pl: Update lines related to max_line_lengthElyes Haouas2022-04-241-4/+8
* util/lint/checkpatch.pl: Update lines related to tabsizeElyes Haouas2022-04-241-0/+5
* util/lint/checkpatch.pl: Update to v5.18-2 lines related to verbosityElyes Haouas2022-04-241-7/+95
* util/lint/checkpatch.pl: Update to v5.18-2 lines related to "codespell"Elyes Haouas2022-04-111-4/+47
* util/lint/checkpatch: Update commit message & subject line limitsMartin Roth2022-03-251-6/+15
* util/lint/checkpatch.pl: Use "git_command"Elyes HAOUAS2022-02-011-4/+5
* util/lint/checkpatch.pl: Use "gitroot"Elyes HAOUAS2022-01-311-4/+6
* util/lint/checkpatch: Update "check for missing blank lines after declarations"Elyes HAOUAS2022-01-311-23/+28
* util/lint/checkpatch.pl: Update 'commit message line length limit'Elyes HAOUAS2022-01-311-3/+4
* util/lint/checkpatch.pl: Remove unneeded whitespaces and fix some typosElyes HAOUAS2022-01-311-9/+9
* util/lint/checkpatch.pl: Use "perl_version_ok"Elyes HAOUAS2022-01-311-33/+33
* util/lint/checkpatch.pl: Use "tabsize"Elyes HAOUAS2022-01-311-11/+11