]> www.infradead.org Git - users/dwmw2/linux.git/commit
watch-queue: remove spurious double semicolon
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jul 2022 17:30:14 +0000 (10:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Jul 2022 15:19:29 +0000 (17:19 +0200)
commitbb1990a3005e3655e84f9a57b3f30ce96d597dee
tree67cf7173381be8ab1689ac3281628a5effa71c72
parentf7c1fc0dec97b882c105a0887bef585471cf1262
watch-queue: remove spurious double semicolon

commit 44e29e64cf1ac0cffb152e0532227ea6d002aa28 upstream.

Sedat Dilek noticed that I had an extraneous semicolon at the end of a
line in the previous patch.

It's harmless, but unintentional, and while compilers just treat it as
an extra empty statement, for all I know some other tooling might warn
about it. So clean it up before other people notice too ;)

Fixes: 353f7988dd84 ("watchqueue: make sure to serialize 'wqueue->defunct' properly")
Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Reported-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/watch_queue.c