summaryrefslogtreecommitdiffstats
path: root/drivers/staging/pohmelfs/trans.c
diff options
context:
space:
mode:
authorBill Pemberton2009-04-22 14:59:15 +0200
committerGreg Kroah-Hartman2009-06-19 20:00:39 +0200
commitdc8284611bf7ee2e871919fa441a9c7afe4d5486 (patch)
treee042fe8044ec1e988562e373b5f8023df92aaa25 /drivers/staging/pohmelfs/trans.c
parentStaging: pohmelfs: Remove C99 comments (diff)
downloadkernel-qcow2-linux-dc8284611bf7ee2e871919fa441a9c7afe4d5486.tar.gz
kernel-qcow2-linux-dc8284611bf7ee2e871919fa441a9c7afe4d5486.tar.xz
kernel-qcow2-linux-dc8284611bf7ee2e871919fa441a9c7afe4d5486.zip
Staging: pohmelfs: Remove braces around single statements
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/pohmelfs/trans.c')
-rw-r--r--drivers/staging/pohmelfs/trans.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/pohmelfs/trans.c b/drivers/staging/pohmelfs/trans.c
index 2a4568d58012..4587f6d546aa 100644
--- a/drivers/staging/pohmelfs/trans.c
+++ b/drivers/staging/pohmelfs/trans.c
@@ -178,9 +178,9 @@ int netfs_trans_send(struct netfs_trans *t, struct netfs_state *st)
err_out_unlock_return:
- if (st->need_reset) {
+ if (st->need_reset)
netfs_state_exit(st);
- }
+
netfs_state_unlock_send(st);
dprintk("%s: t: %p, gen: %u, err: %d.\n",