Skip to content

Commit

Permalink
Staging: ramster: r2net: fix coding style issues
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adnan Ali authored and Greg Kroah-Hartman committed Jun 12, 2012
1 parent 2e0bec9 commit 6ee19ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/ramster/r2net.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ee19ae

Please sign in to comment.