diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-25 09:26:04 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-25 09:26:04 -0400 |
commit | 907b9bceb41fa46beae93f79cc4a2247df502c0f (patch) | |
tree | 7229e00c1f33fdd097fcacacd6208f2390e4728a /fs/gfs2/recovery.c | |
parent | 7276b3b0c77101f8b3f4e45e89a29cf9045e831a (diff) |
[GFS2/DLM] Fix trailing whitespace
As per Andrew Morton's request, removed trailing whitespace.
Cc: Andrew Morton <akpm@osdl.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/recovery.c')
-rw-r--r-- | fs/gfs2/recovery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/recovery.c b/fs/gfs2/recovery.c index 4d4ea7e66edc..0a8a4b87dcc6 100644 --- a/fs/gfs2/recovery.c +++ b/fs/gfs2/recovery.c | |||
@@ -444,11 +444,11 @@ int gfs2_recover_journal(struct gfs2_jdesc *jd) | |||
444 | switch (error) { | 444 | switch (error) { |
445 | case 0: | 445 | case 0: |
446 | break; | 446 | break; |
447 | 447 | ||
448 | case GLR_TRYFAILED: | 448 | case GLR_TRYFAILED: |
449 | fs_info(sdp, "jid=%u: Busy\n", jd->jd_jid); | 449 | fs_info(sdp, "jid=%u: Busy\n", jd->jd_jid); |
450 | error = 0; | 450 | error = 0; |
451 | 451 | ||
452 | default: | 452 | default: |
453 | goto fail; | 453 | goto fail; |
454 | }; | 454 | }; |