Fwd:

2021-09-09 Thread JENET ADARA
-- Forwarded message -- From: JENET ADARA Date: Thu, 9 Sep 2021 15:48:31 +0200 Subject: To: judge.udo@gmail.com HELLO, DID YOU RECEIVE MY MAIL? ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.o

Re: Fwd: Re: [PATCH] staging: gdm724x: gdm_tty: corrected macro by adding brackets

2020-09-01 Thread Greg KH
On Tue, Sep 01, 2020 at 02:06:23PM +0200, antoni.przyby...@wp.pl wrote: > On 01.09.2020 13:08, Greg KH wrote: > > On Tue, Sep 01, 2020 at 12:43:11PM +0200, antoniprzybylik wrote: > > > Such macros are dangerous. Consider following example: > > > #define GDM_TTY_READY(gdm) (gdm && gdm->tty_dev &&

Re: Fwd: Re: [PATCH] staging: gdm724x: gdm_tty: corrected macro by adding brackets

2020-09-01 Thread Dan Carpenter
On Tue, Sep 01, 2020 at 02:06:23PM +0200, antoni.przyby...@wp.pl wrote: > On 01.09.2020 13:08, Greg KH wrote: > > On Tue, Sep 01, 2020 at 12:43:11PM +0200, antoniprzybylik wrote: > > > Such macros are dangerous. Consider following example: > > > #define GDM_TTY_READY(gdm) (gdm && gdm->tty_dev &&

Fwd: Re: [PATCH] staging: gdm724x: gdm_tty: corrected macro by adding brackets

2020-09-01 Thread antoni.przyby...@wp.pl
On 01.09.2020 13:08, Greg KH wrote: On Tue, Sep 01, 2020 at 12:43:11PM +0200, antoniprzybylik wrote: Such macros are dangerous. Consider following example: #define GDM_TTY_READY(gdm) (gdm && gdm->tty_dev && gdm->port.count) GDM_TTY_READY(a + b) This macro will be expanded in such

Re: Fwd: [PATCH v14 0/2] Add initial support for slimport anx7625

2020-08-19 Thread Xin Ji
On Wed, Aug 19, 2020 at 02:57:14PM +0800, Hsin-Yi Wang wrote: > I think you missed this email :) > > -- Forwarded message - > From: Sam Ravnborg > Date: Tue, Aug 11, 2020 at 4:35 AM > Subject: Re: [PATCH v14 0/2] Add initial support for slimport anx7625 > To: Xin Ji > Cc: , Laure

Re: Fwd: GS_FPGABOOT

2020-02-14 Thread Greg KH
On Fri, Feb 14, 2020 at 07:07:23PM +0530, Shubakar Gowda wrote: > -- Forwarded message - > From: Shubakar Gowda > Date: Fri, 14 Feb 2020 at 19:04 > Subject: GS_FPGABOOT > To: > > > Hi, > > I am trying for Selectmap Programming using the driver gs_fgpaboot, But > when I load the

Re: [staging:staging-testing 275/291] drivers/staging/exfat/exfat_super.c:747:5-11: preceding lock on line 707 (fwd)

2019-11-03 Thread Davidlohr Bueso
On Sun, 03 Nov 2019, Julia Lawall wrote: The return at line 747 may need an unlock. Good catch. ... :: The code at line 747 was first introduced by commit :: c48c9f7ff32b8b3965a08e40eb6763682d905b5d staging: exfat: add exfat filesystem code to staging Indeed, this was the case re

[staging:staging-testing 275/291] drivers/staging/exfat/exfat_super.c:747:5-11: preceding lock on line 707 (fwd)

2019-11-03 Thread Julia Lawall
The return at line 747 may need an unlock. julia -- Forwarded message -- Date: Sun, 3 Nov 2019 09:21:22 +0800 From: kbuild test robot To: kbu...@lists.01.org Cc: Julia Lawall Subject: [staging:staging-testing 275/291] drivers/staging/exfat/exfat_super.c:747:5-11: preceding l

Re: [staging:staging-testing 50/59] drivers/staging/wfx/hif_tx.c:53:2-8: preceding lock on line 38 (fwd)

2019-10-04 Thread Jerome Pouiller
On Friday 4 October 2019 13:18:16 CEST Julia Lawall wrote: > Hello, > > Is an unlock needed on line 53? > > julia > > -- Forwarded message -- > Date: Fri, 4 Oct 2019 19:14:33 +0800 > From: kbuild test robot > To: kbu...@01.org > Cc: Julia Lawall > Subject: [staging:staging-test

[staging:staging-testing 50/59] drivers/staging/wfx/hif_tx.c:53:2-8: preceding lock on line 38 (fwd)

2019-10-04 Thread Julia Lawall
Hello, Is an unlock needed on line 53? julia -- Forwarded message -- Date: Fri, 4 Oct 2019 19:14:33 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: [staging:staging-testing 50/59] drivers/staging/wfx/hif_tx.c:53:2-8: preceding lock on line 38 CC:

[staging:staging-testing 268/273] drivers/staging/exfat/exfat_super.c:3491:2-7: WARNING: NULL check before some freeing functions is not needed. (fwd)

2019-09-02 Thread Julia Lawall
You can drop the if on line 3490. julia -- Forwarded message -- Date: Tue, 3 Sep 2019 04:28:35 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: [staging:staging-testing 268/273] drivers/staging/exfat/exfat_super.c:3491:2-7: WARNING: NULL check before

[staging:staging-next 433/443] drivers/staging/vboxvideo/vbox_mode.c:386:2-8: preceding lock on line 378 (fwd)

2018-09-29 Thread Julia Lawall
Hello, Please check whether an unlock is needed before line 386. thanks, julia -- Forwarded message -- Date: Sun, 30 Sep 2018 01:57:53 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: [staging:staging-next 433/443] drivers/staging/vboxvideo/vbox_mod

Re: [staging:staging-next 118/220] drivers/staging/erofs/unzip_vle.c:1003:1-7: preceding lock on line 839 (fwd)

2018-09-11 Thread Julia Lawall
On Tue, 11 Sep 2018, Gao Xiang wrote: > Hi Julia, > > There were lkp logs reporting that before, but I have no idea why it is > reported. > z_pagemap_global_lock is taken iff (pages = z_pagemap_global), and it is > unlocked at > > > 3883a79a Gao Xiang 2018-07-26 987 if (pages == z_p

Re: [staging:staging-next 118/220] drivers/staging/erofs/unzip_vle.c:1003:1-7: preceding lock on line 839 (fwd)

2018-09-11 Thread Gao Xiang
Hi Julia, There were lkp logs reporting that before, but I have no idea why it is reported. z_pagemap_global_lock is taken iff (pages = z_pagemap_global), and it is unlocked at > 3883a79a Gao Xiang 2018-07-26 987 if (pages == z_pagemap_global) > 3883a79a Gao Xiang 2018-07-26 988

[staging:staging-next 118/220] drivers/staging/erofs/unzip_vle.c:1003:1-7: preceding lock on line 839 (fwd)

2018-09-11 Thread Julia Lawall
I don't know if there is a problem here. Please check the lines mentiond below, ie lines 839 and 1003. julia -- Forwarded message -- Date: Tue, 11 Sep 2018 17:17:15 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: [staging:staging-next 118/220] driv

Re: [staging:staging-next 446/587] drivers/staging/lustre/lnet/lnet/lib-socket.c:212:16-19: ERROR: reference preceded by free on line 198 (fwd)

2018-01-27 Thread Dan Carpenter
On Sat, Jan 27, 2018 at 03:09:11PM +0100, Julia Lawall wrote: > > > On Sat, 27 Jan 2018, Dan Carpenter wrote: > > > On Sat, Jan 27, 2018 at 02:37:49PM +0100, Julia Lawall wrote: > > > Please check whether line 212 is reachable from line 198. > > > > > > > No. It's not. > > > > > d7e09d039 drive

Re: [staging:staging-next 446/587] drivers/staging/lustre/lnet/lnet/lib-socket.c:212:16-19: ERROR: reference preceded by free on line 198 (fwd)

2018-01-27 Thread Julia Lawall
On Sat, 27 Jan 2018, Dan Carpenter wrote: > On Sat, Jan 27, 2018 at 02:37:49PM +0100, Julia Lawall wrote: > > Please check whether line 212 is reachable from line 198. > > > > No. It's not. > > > d7e09d039 drivers/staging/lustre/lustre/libcfs/linux/linux-tcpip.c Peng Tao > > 2013-05-

Re: [staging:staging-next 446/587] drivers/staging/lustre/lnet/lnet/lib-socket.c:212:16-19: ERROR: reference preceded by free on line 198 (fwd)

2018-01-27 Thread Dan Carpenter
On Sat, Jan 27, 2018 at 02:37:49PM +0100, Julia Lawall wrote: > Please check whether line 212 is reachable from line 198. > No. It's not. > d7e09d039 drivers/staging/lustre/lustre/libcfs/linux/linux-tcpip.c Peng Tao > 2013-05-02 192 nfound = ifc.ifc_len / sizeof(*ifr

[staging:staging-next 446/587] drivers/staging/lustre/lnet/lnet/lib-socket.c:212:16-19: ERROR: reference preceded by free on line 198 (fwd)

2018-01-27 Thread Julia Lawall
Please check whether line 212 is reachable from line 198. julia -- Forwarded message -- Date: Sat, 27 Jan 2018 16:00:47 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: [staging:staging-next 446/587] drivers/staging/lustre/lnet/lnet/lib-socket.c:212:

Re: [PATCH 1/1] drivers/staging/pi433: New driver (fwd)

2017-07-16 Thread Marcus Wolf
Hi Julia, thank you very much for your investigation! I totally agree - on line 894 device->dev must not be used. Any suggestions? Is there a kind of generic value, I can pass as first argument of dev_dbg() in such cases? Or switch to printk()? Regarding second bug: line 688 modified as follows:

Re: [PATCH 1/1] drivers/staging/pi433: New driver (fwd)

2017-07-15 Thread Julia Lawall
Please check on lines 894 and 688 (not shown) for the issues mentioned below. Note that the ifs and {s in the following code snippet don't always follow the kernel coding style, eg on line 901. julia -- Forwarded message -- Date: Sun, 16 Jul 2017 04:35:49 +0800 From: kbuild test

Fwd: [PATCH] Staging: bcm2835-audio: bcm2835_ctl.c: Fixed a comment coding style issue

2017-05-18 Thread srishti sharma
-- Forwarded message -- From: srishti sharma Date: Thu, May 18, 2017 at 9:06 PM Subject: Re: [PATCH] Staging: bcm2835-audio: bcm2835_ctl.c: Fixed a comment coding style issue To: Greg KH On Thu, May 18, 2017 at 7:28 PM, Greg KH wrote: > On Thu, May 18, 2017 at 04:20:15PM +0530,

[staging:staging-testing 393/1005] drivers/staging/media/atomisp/pci/atomisp2/atomisp_acc.c:503:6-12: ERROR: invalid reference to the index variable of the iterator on line 456 (fwd)

2017-04-28 Thread Julia Lawall
The code under the error label may not be meaningful if error is reached from line 495. julia -- Forwarded message -- Date: Sat, 29 Apr 2017 01:52:34 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: [staging:staging-testing 393/1005] drivers/staging

[staging:staging-testing 751/981] drivers/staging/rtl8723bs/os_dep/sdio_intf.c:627:2-4: WARNING: possible condition with no effect (if == else) (fwd)

2017-04-28 Thread Julia Lawall
As far as I can see, the only code that can be executed in line 621 - 635 is ret = rtw_resume_process(padapter);. Perhaps it can be simplified. julia -- Forwarded message -- Date: Fri, 28 Apr 2017 22:13:26 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject

Re: [PATCH 04/22] target: Make use of the new sg_map function at 16 call sites (fwd)

2017-04-14 Thread Logan Gunthorpe
Thanks Julia. I missed that and I'll fix it in my series. Logan On 14/04/17 09:19 AM, Julia Lawall wrote: > It looks like &udev->cmdr_lock should be released at line 512 if it has > not been released otherwise. The lock was taken at line 438. > > julia > > -- Forwarded message

Re: [PATCH 04/22] target: Make use of the new sg_map function at 16 call sites (fwd)

2017-04-14 Thread Julia Lawall
It looks like &udev->cmdr_lock should be released at line 512 if it has not been released otherwise. The lock was taken at line 438. julia -- Forwarded message -- Date: Fri, 14 Apr 2017 22:21:44 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: Re: [PATC

Re: [staging:staging-testing 209/209] drivers/staging/media/atomisp/i2c/imx/otp_brcc064_e2prom.c:72:3-8: WARNING: invalid free of devm_ allocated data (fwd)

2017-03-02 Thread Alan Cox
On Wed, 2017-03-01 at 11:25 +0100, Julia Lawall wrote: > In both of the cited files (only one is shown), buffer is allocated > using > devm_kzalloc, so the kfree is not appropriate. >  Thanks I'll get these fixed up. Alan ___ devel mailing list de...@l

[staging:staging-testing 209/209] drivers/staging/media/atomisp/i2c/imx/otp_brcc064_e2prom.c:72:3-8: WARNING: invalid free of devm_ allocated data (fwd)

2017-03-01 Thread Julia Lawall
In both of the cited files (only one is shown), buffer is allocated using devm_kzalloc, so the kfree is not appropriate. julia -- Forwarded message -- Date: Wed, 1 Mar 2017 18:12:08 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: [staging:staging-testin

Re: [PATCH 2/3 staging-next] oom: Add notification for oom_score_adj (fwd)

2017-02-14 Thread Julia Lawall
It looks like an unlock is missing before line 1797. julia -- Forwarded message -- Date: Wed, 15 Feb 2017 03:07:29 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: Re: [PATCH 2/3 staging-next] oom: Add notification for oom_score_adj Hi Peter, [auto bui

Re: Fwd: [PATCH] Staging:dgnc:dgnc_neo: fixed 80 character line limit coding style issue

2016-10-02 Thread Greg KH
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Sun, Oct 02, 2016 at 10:

Re: Fwd: [PATCH] Staging:dgnc:dgnc_neo: fixed 80 character line limit coding style issue

2016-10-02 Thread Nadim Almas
So my first patch is correct? On Sun, Oct 2, 2016 at 9:39 PM, Greg KH wrote: > On Sun, Oct 02, 2016 at 09:13:32PM +0530, Nadim Almas wrote: >> sir i am new in linux kernel hacking so I just want to start with >> something very simple ,so for sake of simplicity and learning I fixed >> only one of

Re: Fwd: [PATCH] Staging:dgnc:dgnc_neo: fixed 80 character line limit coding style issue

2016-10-02 Thread Greg KH
On Sun, Oct 02, 2016 at 09:13:32PM +0530, Nadim Almas wrote: > sir i am new in linux kernel hacking so I just want to start with > something very simple ,so for sake of simplicity and learning I fixed > only one of these warning That's great, but next time try to do a little bit more, just fixing

Fwd: [PATCH] Staging:dgnc:dgnc_neo: fixed 80 character line limit coding style issue

2016-10-02 Thread Nadim Almas
sir i am new in linux kernel hacking so I just want to start with something very simple ,so for sake of simplicity and learning I fixed only one of these warning ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/

Re: [lustre-devel] [PATCH 1/4] staging: lustre: o2iblnd: limit cap.max_send_wr for MLX5 (fwd)

2016-05-11 Thread James Simmons
> James, > I’m pretty sure this port to upstream is flawed. See below Yep. I missed that line. Thanks for review. Greg you can drop this one. I will submit a updated version soon. This patch series is not order dependent so the other patches are safe to land. > On 5/9/16, 7:53 AM, "lustre-

Fwd: Re: wilc1000 staging driver initialization failure

2016-02-10 Thread Andrew Boyce
Sorry for the mass forward, I was instructed to email more than just the linux-wireless mailing list. Any help would be appreciated. Thanks! -Andrew Forwarded Message Subject: Re: wilc1000 staging driver initialization failure Date: Thu, 4 Feb 2016 13:26:04 -0500

Re: Fwd: About the Android Low Memory Killer

2015-09-18 Thread Greg KH
On Fri, Sep 18, 2015 at 01:32:57PM +0100, Viacheslav Kovalevskyi wrote: > On Thu, Sep 17, 2015 at 4:53 PM Greg KH wrote: > > > > On Thu, Sep 17, 2015 at 03:24:37PM +0100, Viacheslav Kovalevskyi wrote: > > > Hi there, > > > > > > Apologies for the complete nuby question, I want to help with porting

Re: Fwd: About the Android Low Memory Killer

2015-09-18 Thread Viacheslav Kovalevskyi
On Thu, Sep 17, 2015 at 4:53 PM Greg KH wrote: > > On Thu, Sep 17, 2015 at 03:24:37PM +0100, Viacheslav Kovalevskyi wrote: > > Hi there, > > > > Apologies for the complete nuby question, I want to help with porting > > Android LMK (drivers/staging/android/lowmemorykiller.c) from the > > staging to

Re: Fwd: About the Android Low Memory Killer

2015-09-17 Thread Greg KH
On Thu, Sep 17, 2015 at 03:24:37PM +0100, Viacheslav Kovalevskyi wrote: > Hi there, > > Apologies for the complete nuby question, I want to help with porting > Android LMK (drivers/staging/android/lowmemorykiller.c) from the > staging to the master. Where I can find more information about the > cu

Fwd: About the Android Low Memory Killer

2015-09-17 Thread Viacheslav Kovalevskyi
Hi there, Apologies for the complete nuby question, I want to help with porting Android LMK (drivers/staging/android/lowmemorykiller.c) from the staging to the master. Where I can find more information about the current challenges that need to be solved before porting it to the master? Or, maybe,

Re: Fwd: improve support for usb board camera

2014-12-11 Thread Greg KH
On Thu, Dec 11, 2014 at 07:43:15AM -0500, Kristopher Borer wrote: > The kernel version is 3.13.0-32-generic Ick, that's 68 thousand patches old (i.e. one year...) Have you tried the 3.18 kernel release to see if it is better, because: > > Here is one example: > > BUG: unable to handle kernel N

Re: Fwd: improve support for usb board camera

2014-12-11 Thread Kristopher Borer
The kernel version is 3.13.0-32-generic Here is one example: BUG: unable to handle kernel NULL pointer dereference at... IP: [...] xhci_stream_id_to_ring+0x40/0x60 PGD 362a1067 PUD c9f49067 PMD 0 Oops: [#1] SMP Modules linked in: elo_mt_input_mod(0F) eeepc_wmi ... CPU: 1 PID: 20665 Comm: ...

Re: Fwd: improve support for usb board camera

2014-12-10 Thread Greg KH
On Wed, Dec 10, 2014 at 07:35:48PM -0500, Kristopher Borer wrote: > Hello, > > I am looking to improve support for a USB board camera. It currently > works fairly well, but we occasionally cause kernel panics while using > OpenCV on Ubuntu 14.04. What kernel version is that, and what is the oops

Fwd: improve support for usb board camera

2014-12-10 Thread Kristopher Borer
Hello, I am looking to improve support for a USB board camera. It currently works fairly well, but we occasionally cause kernel panics while using OpenCV on Ubuntu 14.04. Here is the device: e-consystems.com/5mp-usb-cameraboard.asp We do not need an NDA. We can provide hardware, test scripts

Re: Fwd: Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors.

2014-08-28 Thread Greg KH
On Thu, Aug 28, 2014 at 10:23:05AM +0800, Janet Liu wrote: > On 08/28/2014 10:20 AM, Janet Liu wrote: > > > > > > > > Original Message > >Subject: Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath > >warnings and errors. > >Date: Tue, 26 Aug 2014 18:22:45 -0700 > >From: Greg

Re: Fwd: Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors.

2014-08-28 Thread Dan Carpenter
No worries. But Greg asked you to break the patch up into 4 patches: patch 1: long lines patch 2: spaces patch 3: comments patch 4: trailing statements. Please resend. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://

Re: Fwd: Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors.

2014-08-27 Thread Janet Liu
On 08/28/2014 10:20 AM, Janet Liu wrote: Original Message Subject: Re: [PATCH] staging:lustre:lnet: lib-md.c fix checkpath warnings and errors. Date: Tue, 26 Aug 2014 18:22:45 -0700 From: Greg KH To: Janet Liu CC: de...@driverdev.osuosl.org, linux-ker...@vger.kernel.org On

Re: Fwd: Re: Anybody working on rtl8712?

2014-06-23 Thread Kristina Martšenko
On 21/06/14 21:24, Larry Finger wrote: > On 06/21/2014 12:52 PM, Christian Lamparter wrote: >> I think there's a reason why the development takes so long >> (The RTL8192S* chips have been around since 2008, 2009) >> and why we all have better things to do and write harsh >> responses. As far as I c

Re: Fwd: Re: Anybody working on rtl8712?

2014-06-23 Thread Kristina Martšenko
On 21/06/14 20:52, Christian Lamparter wrote: > On Saturday, June 21, 2014 06:45:07 PM Kristina Martšenko wrote: >> On 20/06/14 23:52, Christian Lamparter wrote: >>> rtl8192su development is chugging along. It just doesn't take place on >>> driverdev list. The driver reached "feature parity" with r

Re: Fwd: Re: Anybody working on rtl8712?

2014-06-21 Thread Larry Finger
On 06/21/2014 12:52 PM, Christian Lamparter wrote: On Saturday, June 21, 2014 06:45:07 PM Kristina Martšenko wrote: On 20/06/14 23:52, Christian Lamparter wrote: On Friday, June 20, 2014 09:19:07 PM Xose Vazquez Perez wrote: Kristina wrote: I'm helping Greg do a bit of cleanup in the staging

Re: Fwd: Re: Anybody working on rtl8712?

2014-06-21 Thread Christian Lamparter
On Saturday, June 21, 2014 06:45:07 PM Kristina Martšenko wrote: > On 20/06/14 23:52, Christian Lamparter wrote: > > On Friday, June 20, 2014 09:19:07 PM Xose Vazquez Perez wrote: > >> Kristina wrote: > >> > >>> I'm helping Greg do a bit of cleanup in the staging tree. I noticed that > >>> nobody s

Re: Fwd: Re: Anybody working on rtl8712?

2014-06-21 Thread Kristina Martšenko
On 20/06/14 23:52, Christian Lamparter wrote: > On Friday, June 20, 2014 09:19:07 PM Xose Vazquez Perez wrote: >> Kristina wrote: >> >>> I'm helping Greg do a bit of cleanup in the staging tree. I noticed that >>> nobody seems to have worked towards moving rtl8712 out of staging in >>> over a year.

Re: Fwd: Re: Anybody working on rtl8712?

2014-06-20 Thread Christian Lamparter
On Friday, June 20, 2014 09:19:07 PM Xose Vazquez Perez wrote: > Kristina wrote: > > > I'm helping Greg do a bit of cleanup in the staging tree. I noticed that > > nobody seems to have worked towards moving rtl8712 out of staging in > > over a year. Are there any plans to clean it up and move it o

Re: Fwd: [PATCH] [PATCH/RESENT] staging] speakup: fix typo in kobjects.c

2014-04-14 Thread Greg KH
On Tue, Apr 15, 2014 at 01:17:42AM +0900, Masanari Iida wrote: > Hi Maintainers, > > This patch did not pick up during 3.15-rc1 merge period. > Please don't forget to pick up in 3.16. > Regards, > > Masanari > > -- Forwarded message -- > From: suzuki > Date: Fri, Feb 28, 2014 at

Re: Fwd: [PATCH] [PATCH/RESENT] staging] speakup: fix typo in kobjects.c

2014-04-14 Thread Greg KH
On Tue, Apr 15, 2014 at 01:17:42AM +0900, Masanari Iida wrote: > Hi Maintainers, > > This patch did not pick up during 3.15-rc1 merge period. That is because you didn't send it to the correct people :( Always use the scripts/get_maintainer.pl tool, it will tell you the correct addresses to use.

Fwd: [PATCH] [PATCH/RESENT] staging] speakup: fix typo in kobjects.c

2014-04-14 Thread Masanari Iida
Hi Maintainers, This patch did not pick up during 3.15-rc1 merge period. Please don't forget to pick up in 3.16. Regards, Masanari -- Forwarded message -- From: suzuki Date: Fri, Feb 28, 2014 at 1:10 AM Subject: [PATCH] [PATCH/RESENT] staging] speakup: fix typo in kobjects.c To: