mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "KaiLong Wang" <wangkailong@jari.cn>
To: terrelln@fb.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] lib: zstd: Clean up errors in zstd_ddict.h
Date: Thu, 28 Sep 2023 11:23:09 +0800 (GMT+08:00)	[thread overview]
Message-ID: <2d0d3dda.8af.18ad9cfcf71.Coremail.wangkailong@jari.cn> (raw)

Fix the following errors reported by checkpatch:

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

Signed-off-by: KaiLong Wang <wangkailong@jari.cn>
---
 lib/zstd/decompress/zstd_ddict.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/zstd/decompress/zstd_ddict.h b/lib/zstd/decompress/zstd_ddict.h
index 8c1a79d666f8..8fd15fca3724 100644
--- a/lib/zstd/decompress/zstd_ddict.h
+++ b/lib/zstd/decompress/zstd_ddict.h
@@ -34,10 +34,10 @@
  * ZSTD_getDictID_fromDict()
  */
 
-const void* ZSTD_DDict_dictContent(const ZSTD_DDict* ddict);
-size_t ZSTD_DDict_dictSize(const ZSTD_DDict* ddict);
+const void *ZSTD_DDict_dictContent(const ZSTD_DDict *ddict);
+size_t ZSTD_DDict_dictSize(const ZSTD_DDict *ddict);
 
-void ZSTD_copyDDictParameters(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict);
+void ZSTD_copyDDictParameters(ZSTD_DCtx *dctx, const ZSTD_DDict *ddict);
 
 
 
-- 
2.17.1

             reply	other threads:[~2023-09-28  3:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-28  3:23 KaiLong Wang [this message]
2023-10-12 16:18 ` Nick Terrell

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=2d0d3dda.8af.18ad9cfcf71.Coremail.wangkailong@jari.cn \
    --to=wangkailong@jari.cn \
    --cc=linux-kernel@vger.kernel.org \
    --cc=terrelln@fb.com \
    /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®