[PATCH v2] staging: erofs: use explicit unsigned int type

2018-09-07 Thread Thomas Weißschuh
Changes since v1: * Removed changes that conflicted with [PATCH 1/6] staging: erofs: formatting fix in unzip_vle_lz4.c * Added patch description -- >8 -- Fix coding style issue "Prefer 'unsigned int' to bare use of 'unsigned'" detected by checkpatch.pl

[PATCH] MAINTAINERS: add tree location for staging/erofs

2018-09-09 Thread Thomas Weißschuh
, so could you rebase on top of erofs dev branch in below link: > > https://git.kernel.org/pub/scm/linux/kernel/git/chao/linux.git/log/?h=erofs I was not aware of this tree and worked off of staging / next. A patch is attached to this message that adds the tree to the MAINTAINERS file. -- >

[PATCH v3] staging: erofs: use explicit unsigned int type

2018-09-09 Thread Thomas Weißschuh
'unsigned int' to bare use of 'unsigned'" detected by checkpatch.pl. Signed-off-by: Thomas Weißschuh --- drivers/staging/erofs/data.c | 4 +-- drivers/staging/erofs/dir.c | 15 ++- drivers/staging/erofs/inode.c | 7 ++---

Re: [PATCH v3] staging: erofs: use explicit unsigned int type

2018-09-10 Thread Thomas Weißschuh
Hi Greg, On Mon, 2018-09-10T10:10+0200, Greg Kroah-Hartman wrote: > On Sun, Sep 09, 2018 at 08:37:53PM +0200, Thomas Weißschuh wrote: > > Changes since v1: > > > > * Removed changes that conflicted with > > [PATCH 1/6] staging: erofs: formatting fix in unzip_

[PATCH v4] staging: erofs: use explicit unsigned int type

2018-09-10 Thread Thomas Weißschuh
fs: formatting fix in unzip_vle_lz4.c * Added patch description Changes since v2: * Fixed conflicts with other patchsets * Don't introduce new style issues Changes since v3: * Fixed conflicts with other patchsets Note: This patchset should be applied with the "git am --scissors&quo

[PATCH] staging: erofs: fix undeclared symbols

2018-09-20 Thread Thomas Weißschuh
Move all internal symbols to the internal header file and add a missing "static" declaration. This fixes the sparse warnings like the following: drivers/staging/erofs/unzip_lz4.c:230:5: warning: symbol 'z_erofs_unzip_lz4' was not declared. Should it be static? Signed-off-

[PATCH] staging: erofs: use explicit unsigned int type

2018-08-30 Thread Thomas Weißschuh
Signed-off-by: Thomas Weißschuh --- drivers/staging/erofs/data.c | 4 +-- drivers/staging/erofs/dir.c | 14 drivers/staging/erofs/inode.c | 6 ++-- drivers/staging/erofs/namei.c | 28 drivers/staging/erofs/super.c | 2

[PATCH] [staging/comedi] use kernel integer types

2016-10-18 Thread Thomas Weißschuh
Signed-off-by: Thomas Weißschuh --- drivers/staging/comedi/drivers/cb_pcidas64.c | 140 - drivers/staging/comedi/drivers/s626.c| 218 +-- drivers/staging/comedi/drivers/usbduxsigma.c | 2 +- 3 files changed, 180 insertions(+), 180 deletions