Skip to content

Commit

Permalink
net: qrtr: fix spelling mistake "serivce" -> "service"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a pr_err message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Colin Ian King authored and davem330 committed Feb 24, 2020
1 parent d87ab44 commit 13ef6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/qrtr/ns.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static int service_announce_del(struct sockaddr_qrtr *dest,

ret = kernel_sendmsg(qrtr_ns.sock, &msg, &iv, 1, sizeof(pkt));
if (ret < 0)
pr_err("failed to announce del serivce\n");
pr_err("failed to announce del service\n");

return ret;
}
Expand Down

0 comments on commit 13ef6ae

Please sign in to comment.