On Tue, Feb 26, 2019 at 06:39:28AM +, ajay.kat...@microchip.com wrote:
On 2/26/2019 8:58 AM, Bo YU wrote:
The patch fixes following sparse warning:
drivers/staging/wilc1000/host_interface.c:450:30: warning: incorrect type in
assignment (different base types)
drivers/staging/wilc1000/host
On Sat, Feb 23, 2019 at 08:43:20AM +0100, Greg KH wrote:
On Sat, Feb 23, 2019 at 01:39:39AM -0500, Bo YU wrote:
From: Bo Yu
Compiling the kernel with W=1 results in the following warning:
drivers/staging/ks7010/ks_hostif.c:465:6: warning: variable ‘mib_val_type’
set but not used [-Wunused-but
On Sat, Feb 23, 2019 at 02:27:12AM -0500, Bo YU wrote:
From: Bo Yu
Compiling the kernel with W=1 results in the following warning:
drivers/staging/ks7010/ks_hostif.c:465:6: warning: variable ‘mib_val_type’
set but not used [-Wunused-but-set-variable]
u16 mib_val_type;
drivers/staging/ks7010/
Hi,
On Thu, Feb 21, 2019 at 10:35:01PM +0800, Gao Xiang wrote:
Hi Bo,
On 2019/2/21 22:28, Bo YU wrote:
From: Bo Yu
Fix sparse warnings:
drivers/staging/erofs/utils.c:134:6: warning: symbol
'erofs_try_to_release_workgroup' was not declared. Should it be static?
Fixes: 51232df5e4b26("staging:
Fix checkpatch.pl warning:
WARNING: Block comments use a trailing */ on a separate line.
Signed-off-by: Bo Yu
---
drivers/staging/wlan-ng/prism2mib.c | 506 ++--
1 file changed, 253 insertions(+), 253 deletions(-)
diff --git a/drivers/staging/wlan-ng/prism2mib.c
Hi Greg,
On Mon, May 09, 2016 at 02:26:13PM +0200, Kroah-Hartman wrote:
On Sun, May 08, 2016 at 10:45:16AM -0400, YU Bo wrote:
The patch fixed warning reported by checkpatch.pl: Block comments use a
trailing */ on a separate line.
Signed-off-by: YU Bo
---
drivers/staging/wlan-ng/prism2mgmt.h
The patch fixed warning reported by checkpatch.pl: Block comments use a
trailing */ on a separate line.
Signed-off-by: YU Bo
---
drivers/staging/wlan-ng/prism2mgmt.h |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/wlan-ng/prism2mgmt.h
b/drivers
On Wed, Apr 27, 2016 at 04:58:36PM +0300, Dan Carpenter wrote:
On Wed, Apr 27, 2016 at 09:27:39AM -0400, YU Bo wrote:
Fixed checkpatch.pl's warning 'Comparisons should place the constant on
the right side of the test'
Signed-off-by: YU Bo
---
drivers/staging/xgifb/vb_setmode.c
On Wed, Apr 27, 2016 at 04:58:36PM +0300, Dan Carpenter wrote:
On Wed, Apr 27, 2016 at 09:27:39AM -0400, YU Bo wrote:
Fixed checkpatch.pl's warning 'Comparisons should place the constant on
the right side of the test'
Signed-off-by: YU Bo
---
drivers/staging/xgifb/vb_setmode.c
Fixed checkpatch.pl's warning 'Comparisons should place the constant on
the right side of the test'
Signed-off-by: YU Bo
---
drivers/staging/xgifb/vb_setmode.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/xgifb/vb_setmode.c
b/driver
Fix comments to use * on subsequent lines.
Signed-off-by: YU BO
---
drivers/staging/xgifb/vb_init.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c
index 26b539bc6faf..c7f02c7db4a2 100644
--- a
Fix comments to use trailing */ on separste lines.
Signed-off-by: YU BO
---
drivers/staging/xgifb/vb_init.c|3 ++-
drivers/staging/xgifb/vb_setmode.c |3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb
On Fri, Mar 11, 2016 at 01:41:40PM -0800, Kroah-Hartman wrote:
On Tue, Feb 23, 2016 at 11:45:18PM -0500, YU Bo wrote:
Fix comments to use trailing */ on separate lines.
Signed-off-by: YU BO
You sent me 2 patches that did different things yet had the same
subject line :(
Please fix up and
Fix comments to use trailing */ on separate lines.
Signed-off-by: YU BO
---
drivers/staging/xgifb/vb_init.c | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c
index 4cb9ff4..8fc8a95 100644
--- a
Fix comments to use trailing */ on separate lines.
Signed-off-by: YU BO
---
drivers/staging/xgifb/vb_init.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/xgifb/vb_init.c b/drivers/staging/xgifb/vb_init.c
index 26b539b..4cb9ff4 100644
--- a/drivers
This is a patch to the vb_init.c file that fixes up a warning reported
by checkpatch.pl:
WARNING: Block comments use * on subsequent lines
Signed-off-by: YU BO
---
drivers/staging/xgifb/vb_init.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/staging
This is a patch to the vb_init.c file that fixes up a warning reported
by checkpatch.pl:
WARNING: Block comments use a trailing */ on a separate line
Singed-off-by: YU BO
---
drivers/staging/xgifb/vb_init.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers
This patch is to vb_init.c file that fixes up following warnings
reported by checkpatch.pl:
WARNING: Block comments use a trailing */ on a separate line
Signed-off-by: YU BO
---
drivers/staging/xgifb/vb_init.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a
This patch is to prism2mgmt.h file that fixes up following warnings
reported by checkpatch.pl:
A): Block comments use a trailing */ on a separate line
Signed-off-by: YU BO
---
drivers/staging/wlan-ng/prism2mgmt.h |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a
This patch is to vb_table.h file that fixes up following warnings
reported by checkpatch.pl:
I) Block comments use * on subsequent lines.
Signed-off-by: YU Bo
---
drivers/staging/xgifb/vb_table.h |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/xgifb
This patch is to vgatypes.h file that fixes up following warnings
reported by checkpatch.pl tool
Signed-off-by: YU Bo
---
drivers/staging/xgifb/vgatypes.h | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb
This is a patch to the comedi.h file that fixes up warnings found by the
checkpatch.pl tool
Signed-off-by: YU Bo
---
drivers/staging/comedi/comedi.h | 260 +++
1 个文件被修改,插入 154 行(+),删除 106 行(-)
diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging
This is a patch to the comedi_pcmcia.h file that fixes up a "line over
80 characters" warning found by the checkpatch.pl tool
Signed-off-by: YU Bo
---
drivers/staging/comedi/comedi_pcmcia.h |3 ++-
1 个文件被修改,插入 2 行(+),删除 1 行(-)
diff --git a/drivers/staging/comedi/comedi_p
23 matches
Mail list logo