]> git.baikalelectronics.ru Git - kernel.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)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jul 2022 17:30:14 +0000 (10:30 -0700)
commit2069ef1ca7d139acdb4f741b10ca4e13dc7a9251
tree73c3540f72995b6ea6494f62e3a8fbf4a91446b7
parenta35d328443b45b2b3e20315a04747aad2e4a3df6
watch-queue: remove spurious double semicolon

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: a35d328443b4 ("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>
kernel/watch_queue.c