mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
ceph: fix whitespace
Remove blank lines at end of file and trailing whitespace. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
24499847e4
commit
24e1dd6afd
8 changed files with 1 additions and 9 deletions
|
@ -1249,7 +1249,7 @@ static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
|
|||
if (monc->client->extra_mon_dispatch &&
|
||||
monc->client->extra_mon_dispatch(monc->client, msg) == 0)
|
||||
break;
|
||||
|
||||
|
||||
pr_err("received unknown message type %d %s\n", type,
|
||||
ceph_msg_type_name(type));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue