]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'cocci-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 May 2024 23:00:04 +0000 (16:00 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 May 2024 23:00:04 +0000 (16:00 -0700)
commit8f6a15f095a63a83b096d9b29aaff4f0fbe6f6e6
tree49d0a39491507d7f09cafc1034f0a29a9cb62aff
parent3eb3c33c1d87029a3832e205eebd59cfb56ba3a4
parent88a1fc21df74514bb3a3ae88b89cf1272c7c0c6e
Merge tag 'cocci-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux

Pull coccinelle updates from Julia Lawall:
 "One patch slightly improves the text in a comment.

  The other patch (on minmax.cocci) removes a report about ? being used
  in return statements that has been generating not very useful
  suggestions to change idiomatic code"

* tag 'cocci-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux:
  Coccinelle: pm_runtime: Fix grammar in comment
  coccinelle: misc: minmax: Suppress reports for err returns