Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/dpll/dpll_core.c:537:21: warning: overflow in expression; result is -2'147'483'648 with type 'int' [-Winteger-overflow] 537 | pin_idx -= INT_MAX + 1; | ~~~~~~~~^~~ 1 warning generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/dpll/dpll_core.c:533:21: warning: overflow in expression; result is -2'147'483'648 with type 'int' [-Winteger-overflow] 533 | pin_idx -= INT_MAX + 1; | ~~~~~~~~^~~ 1 warning generated.