From: Christoph Hellwig <hch@infradead.org>
To: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Cc: nirmal.patel@linux.intel.com, jonathan.derrick@linux.dev,
lpieralisi@kernel.org, robh@kernel.org, kw@linux.com,
bhelgaas@google.com, linux-pci@vger.kernel.org,
linux-kernel@vger.kernel.org,
Abaci Robot <abaci@linux.alibaba.com>
Subject: Re: [PATCH] PCI: vmd: Clean up some inconsistent indenting
Date: Tue, 15 Nov 2022 02:27:25 -0800 [thread overview]
Message-ID: <Y3NpjbXkcb3wfZcQ@infradead.org> (raw)
In-Reply-To: <20221115054847.77829-1-jiapeng.chong@linux.alibaba.com>
On Tue, Nov 15, 2022 at 01:48:47PM +0800, Jiapeng Chong wrote:
> + if (vmd->irq_domain)
> + vmd_set_msi_remapping(vmd, true);
> + else
> + vmd_set_msi_remapping(vmd, false);
Why not go one step further:
vmd_set_msi_remapping(vmd, !!vmd->irq_domain);
?
next prev parent reply other threads:[~2022-11-15 10:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-15 5:48 [PATCH] PCI: vmd: Clean up some inconsistent indenting Jiapeng Chong
2022-11-15 10:27 ` Christoph Hellwig [this message]
2022-11-16 3:47 ` Krzysztof Wilczyński
2022-11-16 0:44 ` Patel, Nirmal
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=Y3NpjbXkcb3wfZcQ@infradead.org \
--to=hch@infradead.org \
--cc=abaci@linux.alibaba.com \
--cc=bhelgaas@google.com \
--cc=jiapeng.chong@linux.alibaba.com \
--cc=jonathan.derrick@linux.dev \
--cc=kw@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=nirmal.patel@linux.intel.com \
--cc=robh@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;
as well as URLs for NNTP newsgroup(s).