staging: lustre: ptlrpc: remove an unnecessary semicolon
authorKristina Martsenko <kristina.martsenko@gmail.com>
Mon, 11 Nov 2013 19:35:00 +0000 (21:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Nov 2013 09:34:10 +0000 (18:34 +0900)
Remove an unnecessary semicolon and remove a space before another one to
comply with coding style.

Fix the following type of checkpatch warning:
WARNING: space prohibited before semicolon

Signed-off-by: Kristina Martsenko <kristina.martsenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found