Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jul 2021 18:24:14 +0000 (11:24 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 6 Jul 2021 18:24:14 +0000 (11:24 -0700)
commit76e2d16bd5d0193f891a0e30f14ef5c8c370bc8f
treed36e9159bcb9c8760a75c6bebdcf51aaa434d4e5
parent8e4f3e15175ffab5d2126dc8e7c8cfcc1654a5aa
parent5e5234462756a39e56f4182694f47ec72b5abe52
Merge branch 'for-5.14' of git://git./linux/kernel/git/jlawall/linux

Pull coccinelle updates from Julia Lawall:
 "There are two new semantic patches:

   - minmax: To use min and max instead of ? :

   - swap: To use swap when possible

  Some other semantic patches have been updated to better conform to
  Linux kernel developer expectations or to make the explanation message
  more clear.

  Finally, there is a fix for the coccicheck script"

* 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux:
  coccinelle: api: remove kobj_to_dev.cocci script
  scripts: coccicheck: fix troubles on non-English builds
  coccinelle: misc: minmax: suppress patch generation for err returns
  drop unneeded *s
  coccinelle: irqf_oneshot: reduce the severity due to false positives
  coccinelle: misc: add swap script
  coccinelle: misc: update uninitialized_var.cocci documentation
  coccinelle: misc: restrict patch mode in flexible_array.cocci
  coccinelle: misc: add minmax script