In include/linux/blk_types.h a nameless, single member
union exists within the bio struct. It seems to be left
over from earlier, edited patches added in 3.18. Cleaned
up by removing the union and the tab given to its contents.
Signed-off-by: John Pittman
---
include/linux/blk_types.h | 5
check for
more than one io_mode selection.
Signed-off-by: John Pittman
---
drivers/md/dm-cache-target.c | 19 +++
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/drivers/md/dm-cache-target.c b/drivers/md/dm-cache-target.c
index ce14a3d..45e3bed 100644
--- a/drivers/
In the comment for function alua_alloc_pg() the argument '@h' is
mistakenly referred to. Fix this by replacing it with the correct
argument reference, '@tpgs', and provide a short description.
Signed-off-by: John Pittman
---
drivers/scsi/device_handler/scsi_dh_alua.c | 2 +
Hi Jens, when you get a moment, could you take a quick look at this one for ack?
On Thu, Feb 4, 2021 at 11:49 AM Laurence Oberman wrote:
>
> On Thu, 2021-02-04 at 10:27 +0800, Ming Lei wrote:
> > On Mon, Feb 01, 2021 at 11:48:50AM -0500, David Jeffery wrote:
> > > When a stacked block device inse
In sd.c there are two comment references to 'struct scsi_device *sdp'
as an argument. One of the references has a typo and the other should
be a reference to 'struct device *dev' instead.
Fixed by correcting the typo in the first and changing the explanation
in the second.
In sd.c there are two comment references to 'struct scsi_device *sdp'
as an argument. One of the references has a typo and the other should
be a reference to 'struct device *dev' instead.
Fixed by correcting the typo in the first and changing the explanation
in the second.
In include/linux/blkdev.h duplicate declarations of the request
struct exist. Cleaned up by removing the second, unneeded
declaration.
Signed-off-by: John Pittman
---
include/linux/blkdev.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index
ING: Prefer 'unsigned int *' to bare use of 'unsigned *'
Fixed 64 total warnings.
Signed-off-by: John Pittman
---
block/badblocks.c| 4 ++--
block/bio-integrity.c| 4 ++--
block/bio.c | 8
block/blk-core.c | 2 +-
In several spots throughout qla2xxx, checkpatch.pl has detected
braces being used to contain single statements. Remove braces to
maintain consistency with the guidelines presented in section 3 of
coding-style.rst.
Signed-off-by: John Pittman
---
drivers/scsi/qla2xxx/qla_init.c | 21
9 matches
Mail list logo