[PATCH-part-2 2/9] nvme-pci: provide prp selection helper

Anuj Gupta anuj20.g at samsung.com
Fri Sep 6 04:22:32 PDT 2024


On 04/09/24 11:38AM, Keith Busch wrote:
>From: Keith Busch <kbusch at kernel.org>
>
>+static inline bool nvme_pci_use_prps(struct bio_vec *bv)
>+{
>+	unsigned int off = bv->bv_offset & (NVME_CTRL_PAGE_SIZE - 1);

Nit: please add a new line after variable declaration


More information about the Linux-nvme mailing list