[PATCH v3 1/2] staging: exfat: remove DOSNAMEs.

2020-02-16 Thread Tetsuhiro Kohada
remove 'dos_name','short_name' and related definitions. 'dos_name' and 'short_name' are definitions before VFAT. These are never used in exFAT. Signed-off-by: Tetsuhiro Kohada --- Changes in v3: - Rebase to staging-next. Changes in v2: - Rebase to linux-next-next-20200213. drivers/staging/exf

[PATCH v3 2/2] staging: exfat: dedicate count_entries() to sub-dir counting.

2020-02-16 Thread Tetsuhiro Kohada
count_entries() function is only used to count sub-dirs. Clarify the role and rename to count_dir_entries(). Signed-off-by: Tetsuhiro Kohada --- Changes in v3: - Rebase to staging-next. Changes in v2: - Rebase to linux-next-next-20200213. drivers/staging/exfat/exfat.h | 2 +- drivers/sta

Re: [PATCH v2 1/2] staging: exfat: remove DOSNAMEs.

2020-02-16 Thread 'Greg Kroah-Hartman'
On Mon, Feb 17, 2020 at 01:54:07AM +, kohada.tetsuh...@dc.mitsubishielectric.co.jp wrote: > > I think you might need to rebase again, this patch doesn't apply at all to > > my tree :( > > Thanks for your comments. > I'll try to rebase with 'staging-next' branch. > Is this correct? Yes it is

RE: [PATCH v2 1/2] staging: exfat: remove DOSNAMEs.

2020-02-16 Thread kohada.tetsuh...@dc.mitsubishielectric.co.jp
> I think you might need to rebase again, this patch doesn't apply at all to my > tree :( Thanks for your comments. I'll try to rebase with 'staging-next' branch. Is this correct? -- Kohada Tetsuhiro ___ devel mailing list de...@linuxdriverproject.org

Re: [PATCH] Documentation: DMA-API-HOWTO.txt: fixed grammer issues Fixed some of the grammer issues in DMA-API-HOWTO.txt using the software grammerly.

2020-02-16 Thread Greg KH
On Sun, Feb 16, 2020 at 07:46:58PM +0530, sunnypranay wrote: > From: mpranay > > --- > Documentation/DMA-API-HOWTO.txt | 628 +++ > drivers/staging/comedi/drivers.c | 2 +- > 2 files changed, 311 insertions(+), 319 deletions(-) Hi, This is the friendly patch-bot

Re: [PATCH] Documentation: DMA-API-HOWTO.txt: fixed grammer issues Fixed some of the grammer issues in DMA-API-HOWTO.txt using the software grammerly.

2020-02-16 Thread Randy Dunlap
On 2/16/20 6:16 AM, sunnypranay wrote: > From: mpranay > s/grammer/grammar/ et al. Missing Signed-off-by: > --- > Documentation/DMA-API-HOWTO.txt | 628 +++ > drivers/staging/comedi/drivers.c | 2 +- The /comedi/ part of this patch should not be here... and i

[PATCH] Documentation: DMA-API-HOWTO.txt: fixed grammer issues Fixed some of the grammer issues in DMA-API-HOWTO.txt using the software grammerly.

2020-02-16 Thread sunnypranay
From: mpranay --- Documentation/DMA-API-HOWTO.txt | 628 +++ drivers/staging/comedi/drivers.c | 2 +- 2 files changed, 311 insertions(+), 319 deletions(-) diff --git a/Documentation/DMA-API-HOWTO.txt b/Documentation/DMA-API-HOWTO.txt index 358d495456d1..fa163470fd

Re: [PATCH] Staging: comedi: drivers: fixed errors warning coding style issue

2020-02-16 Thread Greg KH
On Sun, Feb 16, 2020 at 01:45:18PM +0530, sunnypranay wrote: > Fixed a coding style issue. What issue? > > Signed-off-by: sunnypranay We need a "real" name here, one that you use for documents. > --- > drivers/staging/comedi/drivers.c | 18 +++--- > 1 file changed, 15 insertions(

[PATCH] Staging: comedi: drivers: fixed errors warning coding style issue

2020-02-16 Thread sunnypranay
Fixed a coding style issue. Signed-off-by: sunnypranay --- drivers/staging/comedi/drivers.c | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c index 750a6ff3c03c..76395de100a6 100644 --- a/dr