[PATCH -next] thermal: bcm2835: remove redundant dev_err call in bcm2835_thermal_probe()

2021-04-08 Thread Ruiqi Gong
There is a error message within devm_ioremap_resource already, so remove the dev_err call to avoid redundant error message. Reported-by: Hulk Robot Signed-off-by: Ruiqi Gong --- drivers/thermal/broadcom/bcm2835_thermal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/thermal

[PATCH -next] thermal: thermal_mmio: remove redundant dev_err call in thermal_mmio_probe()

2021-04-08 Thread Ruiqi Gong
There is a error message within devm_ioremap_resource already, so remove the dev_err call to avoid redundant error message. Reported-by: Hulk Robot Signed-off-by: Ruiqi Gong --- drivers/thermal/thermal_mmio.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers

[PATCH -next] cifsd: remove unused header

2021-04-08 Thread Ruiqi Gong
Remove the header that is not needed. Reported-by: Hulk Robot Signed-off-by: Ruiqi Gong --- fs/cifsd/mgmt/tree_connect.c | 1 - fs/cifsd/mgmt/user_session.c | 1 - fs/cifsd/mgmt/user_session.h | 1 - 3 files changed, 3 deletions(-) diff --git a/fs/cifsd/mgmt/tree_connect.c b/fs/cifsd/mgmt

[PATCH -next] erofs: Clean up spelling mistakes found in fs/erofs

2021-03-31 Thread Ruiqi Gong
zmap.c: s/correspoinding/corresponding zdata.c: s/endding/ending Reported-by: Hulk Robot Signed-off-by: Ruiqi Gong --- fs/erofs/zdata.c | 2 +- fs/erofs/zmap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/erofs/zdata.c b/fs/erofs/zdata.c index cd9b76216925

[PATCH -next] RDMA/hns: Fix a spelling mistake in hns_roce_hw_v1.c

2021-03-30 Thread Ruiqi Gong
s/caculating/calculating Reported-by: Hulk Robot Signed-off-by: Ruiqi Gong --- drivers/infiniband/hw/hns/hns_roce_hw_v1.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/infiniband/hw/hns/hns_roce_hw_v1.c b/drivers/infiniband/hw/hns/hns_roce_hw_v1.c index

[PATCH -next] crypto: hisilicon/hpre - fix a typo in hpre_crypto.c

2021-03-30 Thread Ruiqi Gong
Do a trivial typo fix. s/discribed/described Reported-by: Hulk Robot Signed-off-by: Ruiqi Gong --- drivers/crypto/hisilicon/hpre/hpre_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/hisilicon/hpre/hpre_crypto.c b/drivers/crypto/hisilicon/hpre

[PATCH -next] f2fs: fix a typo in inode.c

2021-03-24 Thread Ruiqi Gong
Do a trivial typo fix. s/runing/running Reported-by: Hulk Robot Signed-off-by: Ruiqi Gong --- fs/f2fs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/inode.c b/fs/f2fs/inode.c index 349d9cb933ee..5d2253d53f17 100644 --- a/fs/f2fs/inode.c +++ b/fs/f2fs