From: hanyu001@208suo.com
To: James.Bottomley@HansenPartnership.com, deller@gmx.de
Cc: linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] risc: kernel: Added missing spaces
Date: Thu, 20 Jul 2023 14:28:14 +0800 [thread overview]
Message-ID: <bdb970b5a7c7253d43e4be3470b73f1e@208suo.com> (raw)
In-Reply-To: <tencent_E7295E87DE0495D80A75B8CCAB23C12E260A@qq.com>
Fix checkpatch warnings:
./arch/parisc/kernel/unaligned.c:339: ERROR: spaces required around that
'=' (ctx:VxV)
./arch/parisc/kernel/unaligned.c:339: ERROR: space required after that
',' (ctx:VxV)
./arch/parisc/kernel/unaligned.c:339: ERROR: spaces required around that
'=' (ctx:VxV)
Signed-off-by: Yu Han <hanyu001@208suo.com>
---
arch/parisc/kernel/unaligned.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/parisc/kernel/unaligned.c
b/arch/parisc/kernel/unaligned.c
index e8a4d77..752d0d0 100644
--- a/arch/parisc/kernel/unaligned.c
+++ b/arch/parisc/kernel/unaligned.c
@@ -336,7 +336,7 @@ static int emulate_std(struct pt_regs *regs, int
frreg, int flop)
: "r19", "r20", "r21", "r22", "r1" );
#else
{
- unsigned long valh=(val>>32),vall=(val&0xffffffffl);
+ unsigned long valh = (val>>32), vall = (val&0xffffffffl);
__asm__ __volatile__ (
" mtsp %4, %%sr1\n"
" zdep %2, 29, 2, %%r19\n"
parent reply other threads:[~2023-07-20 6:29 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <tencent_E7295E87DE0495D80A75B8CCAB23C12E260A@qq.com>]
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=bdb970b5a7c7253d43e4be3470b73f1e@208suo.com \
--to=hanyu001@208suo.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=deller@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@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
Powered by JetHome