@@ -389,7 +389,7 @@ static ssize_t rpc_sysfs_xprt_dstaddr_store(struct kobject *kobj,saddr=(structsockaddr*)&xprt->addr;port=rpc_get_port(saddr);-/* buf_len is the len until the first occurence of either+/* buf_len is the len until the first occurrence of either*'\n'or'\0'*/buf_len=strcspn(buf,"\n");
@@ -389,7 +389,7 @@ static ssize_t rpc_sysfs_xprt_dstaddr_store(struct kobject *kobj,saddr=(structsockaddr*)&xprt->addr;port=rpc_get_port(saddr);-/* buf_len is the len until the first occurence of either+/* buf_len is the len until the first occurrence of either*'\n'or'\0'*/buf_len=strcspn(buf,"\n");
In the future probably a good idea to add net-next to the subject line so it
is clear which tree you are targeting (e.g. [PATCH net-next]).
Reviewed-by: Joe Damato <redacted>