Linux RAID subsystem development
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Song Liu <song@kernel.org>, Yu Kuai <yukuai@fnnas.com>,
	Li Nan <linan122@huawei.com>, Xiao Ni <xiao@kernel.org>,
	linux-raid@vger.kernel.org
Subject: [PATCH 1/2] raid6: remove duplicate ccflags-y line
Date: Wed, 27 May 2026 09:45:25 +0200	[thread overview]
Message-ID: <20260527074539.2292913-2-hch@lst.de> (raw)
In-Reply-To: <20260527074539.2292913-1-hch@lst.de>

This was added by a mismerge when rebasing, remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 lib/raid/raid6/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/raid/raid6/Makefile b/lib/raid/raid6/Makefile
index 1d79b76b320e..038d6c74d1ba 100644
--- a/lib/raid/raid6/Makefile
+++ b/lib/raid/raid6/Makefile
@@ -2,8 +2,6 @@
 
 ccflags-y			+= -I $(src)
 
-ccflags-y			+= -I $(src)
-
 ifeq ($(CONFIG_RAID6_PQ_ARCH),y)
 CFLAGS_algos.o			+= -I$(src)/$(SRCARCH)
 endif
-- 
2.53.0


  reply	other threads:[~2026-05-27  7:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-27  7:45 incremental fixes for "cleanup the RAID6 P/Q library v3" Christoph Hellwig
2026-05-27  7:45 ` Christoph Hellwig [this message]
2026-05-27  7:45 ` [PATCH 2/2] raid6/x86: register avx512 after avx2 Christoph Hellwig

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=20260527074539.2292913-2-hch@lst.de \
    --to=hch@lst.de \
    --cc=akpm@linux-foundation.org \
    --cc=linan122@huawei.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=song@kernel.org \
    --cc=xiao@kernel.org \
    --cc=yukuai@fnnas.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