Skip to content
Commit 44e29e64 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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: 353f7988

 ("watchqueue: make sure to serialize 'wqueue->defunct' properly")
Reported-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>

Reported-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
parent 353f7988
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment