Re: [PATCH 4/6] block: return bool from blk_rq_aligned

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 19/11/2024 16:09, Christoph Hellwig wrote:
blk_rq_aligned returns a boolean condition, don't mascquerade it as int.

I think that the spelling is masquerade. Well according to spellcheck...


Signed-off-by: Christoph Hellwig <hch@xxxxxx>

Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx>

---
  include/linux/blkdev.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 74e3c611a4f7..e4fc967e8cb9 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1464,7 +1464,7 @@ blk_lim_dma_alignment_and_pad(struct queue_limits *lim)
  	return lim->dma_alignment | lim->dma_pad_mask;
  }
-static inline int blk_rq_aligned(struct request_queue *q, unsigned long addr,
+static inline bool blk_rq_aligned(struct request_queue *q, unsigned long addr,
  				 unsigned int len)
  {
  	unsigned int alignment = blk_lim_dma_alignment_and_pad(&q->limits);





[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux