Staging: ramster: r2net: fix coding style issues
This commit fixes coding style issues related to string splite across multiple lines. Signed-off-by: Adnan Ali <adnan.ali@codethink.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2e0bec9139
commit
6ee19aef76
@ -266,8 +266,8 @@ int ramster_remote_put(struct tmem_xhandle *xh, char *data, size_t size,
|
||||
static unsigned long cnt;
|
||||
cnt++;
|
||||
if (!(cnt&(cnt-1)))
|
||||
pr_err("ramster_remote_put: message failed, "
|
||||
"ret=%d, cnt=%lu\n", ret, cnt);
|
||||
pr_err("ramster_remote_put: message failed, ret=%d, cnt=%lu\n",
|
||||
ret, cnt);
|
||||
ret = -1;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user