mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: chenqingyun001@208suo.com
To: catalin.marinas@arm.com, will@kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] arm64: extable:"(foo*)" should be "(foo *)"
Date: Fri, 14 Jul 2023 13:37:23 +0800	[thread overview]
Message-ID: <74dd71ee7fa975cec2927d291936207b@208suo.com> (raw)
In-Reply-To: <tencent_1DFBBBDD0C944F003E04996E11065CA32906@qq.com>

The variable name of the needle type is preceded
by parentheses without a space between the
parentheses and the asterisk. This will make
the code look unclear, and may conflict with
some tools or compilers.

Signed-off-by: Qingyun Chen <chenqingyun001@208suo.com>
---
  arch/arm64/mm/extable.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/mm/extable.c b/arch/arm64/mm/extable.c
index 228d681a8715..c89a52870ca9 100644
--- a/arch/arm64/mm/extable.c
+++ b/arch/arm64/mm/extable.c
@@ -42,7 +42,7 @@ ex_handler_load_unaligned_zeropad(const struct 
exception_table_entry *ex,
      offset = addr & 0x7UL;
      addr &= ~0x7UL;

-    data = *(unsigned long*)addr;
+    data = *(unsigned long *)addr;

  #ifndef __AARCH64EB__
      data >>= 8 * offset;

           reply	other threads:[~2023-07-14  5:37 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <tencent_1DFBBBDD0C944F003E04996E11065CA32906@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=74dd71ee7fa975cec2927d291936207b@208suo.com \
    --to=chenqingyun001@208suo.com \
    --cc=catalin.marinas@arm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=will@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

all inboxes | Powered by JetHome®