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