Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
watch-queue: remove spurious double semicolon
commit 44e29e6 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: 353f798 ("watchqueue: make sure to serialize 'wqueue->defunct' properly") Reported-by: Sedat Dilek <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> Reported-by: Sedat Dilek <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information