All of lore.kernel.org
 help / color / mirror / Atom feed
From: chenguohua@jari.cn
To: willy@infradead.org
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] xarray: Clean up errors in xarray.h
Date: Wed, 27 Sep 2023 14:12:35 +0800 (GMT+08:00)	[thread overview]
Message-ID: <4f35bcee.861.18ad5449079.Coremail.chenguohua@jari.cn> (raw)

Fix the following errors reported by checkpatch:

ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: GuoHua Cheng <chenguohua@jari.cn>
---
 include/linux/xarray.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/xarray.h b/include/linux/xarray.h
index cb571dfcf4b1..4909357b7e2a 100644
--- a/include/linux/xarray.h
+++ b/include/linux/xarray.h
@@ -297,7 +297,7 @@ struct xarray {
 	spinlock_t	xa_lock;
 /* private: The rest of the data structure is not to be used directly. */
 	gfp_t		xa_flags;
-	void __rcu *	xa_head;
+	void __rcu *xa_head;
 };
 
 #define XARRAY_INIT(name, flags) {				\
-- 
2.17.1

             reply	other threads:[~2023-09-27  6:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-27  6:12 chenguohua [this message]
2023-09-27  6:55 ` [PATCH] xarray: Clean up errors in xarray.h Matthew Wilcox
  -- strict thread matches above, loose matches on Subject: below --
2023-09-27  6:07 chenguohua

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=4f35bcee.861.18ad5449079.Coremail.chenguohua@jari.cn \
    --to=chenguohua@jari.cn \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=willy@infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.