Commit e45cef51 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe

bvec: fix the include guards for bvec.h

Fix the include guards to match the file naming.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarBart Van Assche <bvanassche@acm.org>
Reviewed-by: default avatarChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: default avatarIra Weiny <ira.weiny@intel.com>
Link: https://lore.kernel.org/r/20210727055646.118787-3-hch@lst.deSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 4c7251e1
......@@ -4,8 +4,8 @@
*
* Copyright (C) 2001 Ming Lei <ming.lei@canonical.com>
*/
#ifndef __LINUX_BVEC_ITER_H
#define __LINUX_BVEC_ITER_H
#ifndef __LINUX_BVEC_H
#define __LINUX_BVEC_H
#include <linux/bug.h>
#include <linux/errno.h>
......@@ -183,4 +183,4 @@ static inline void bvec_advance(const struct bio_vec *bvec,
}
}
#endif /* __LINUX_BVEC_ITER_H */
#endif /* __LINUX_BVEC_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment