mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
gfs2: Remove space before newline
There is an extraneous space before a newline in a fs_err message. Remove it Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Andrew Price <anprice@redhat.com>
This commit is contained in:
parent
37b1c0f120
commit
aa94ad9ab2
|
|
@ -733,7 +733,7 @@ __acquires(&gl->gl_lockref.lock)
|
|||
*/
|
||||
if (ret) {
|
||||
if (cmpxchg(&sdp->sd_log_error, 0, ret)) {
|
||||
fs_err(sdp, "Error %d syncing glock \n", ret);
|
||||
fs_err(sdp, "Error %d syncing glock\n", ret);
|
||||
gfs2_dump_glock(NULL, gl, true);
|
||||
}
|
||||
spin_lock(&gl->gl_lockref.lock);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user