]> git.baikalelectronics.ru Git - kernel.git/commit
tcmu: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Tue, 16 Jan 2018 15:34:32 +0000 (15:34 +0000)
committerNicholas Bellinger <nab@linux-iscsi.org>
Thu, 18 Jan 2018 09:21:24 +0000 (01:21 -0800)
commitdd7e9e81687b9d7bd6585f84d03582adf56bf87d
treee0cfdfa2fcfe69bae72e1132d8e7986c658517da
parentcdd5246392bd940b84344e254f78081aaf1e6764
tcmu: Fix trailing semicolon

The trailing semicolon is an empty statement that does no operation.
It is completely stripped out by the compiler. Removing it since it doesn't do
anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Acked-by: Mike Christie <mchristi@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_user.c