From: Hamish MacDonald <elusivenode@gmail.com>
To: kuba@kernel.org
Cc: netdev@vger.kernel.org
Subject: [PATCH] net: socket.c: style fix
Date: Sat, 1 Jan 2022 22:38:25 +1000 [thread overview]
Message-ID: <20220101123825.GA28230@elusivenode-Oryx-Pro> (raw)
Removed spaces and added a tab that was causing an error on checkpatch
Signed-off-by: Hamish MacDonald <elusivenode@gmail.com>
---
net/socket.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/socket.c b/net/socket.c
index 7f64a6eccf63..f492a324f7f8 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -1946,7 +1946,7 @@ int __sys_getsockname(int fd, struct sockaddr __user *usockaddr,
err = sock->ops->getname(sock, (struct sockaddr *)&address, 0);
if (err < 0)
goto out_put;
- /* "err" is actually length in this case */
+ /* "err" is actually length in this case */
err = move_addr_to_user(&address, err, usockaddr, usockaddr_len);
out_put:
--
2.25.1
next reply other threads:[~2022-01-01 12:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-01 12:38 Hamish MacDonald [this message]
2022-01-02 12:30 ` [PATCH] net: socket.c: style fix patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220101123825.GA28230@elusivenode-Oryx-Pro \
--to=elusivenode@gmail.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox