Re: [PATCH] staging: dgnc: Fix Kconfig help header and text

2018-09-25 Thread Randy Dunlap
On 9/24/18 11:20 PM, sehro rautenkranz wrote: > Replace Kconfig help header and text to match other modules. Issue found > by checkpatch. > > Signed-off-by: sehro rautenkranz > --- Hi, Documentation/process/coding-style.rst says: Lines under a ``config`` definition are indented with one tab, w

Re: [PATCH] staging: dgnc: Fix Kconfig help header and text

2018-09-25 Thread Randy Dunlap
On 9/25/18 8:53 AM, sehro rautenkranz wrote: > Replace Kconfig help header and text to match other modules. Issue found > my checkpatch. by checkpatch. > > Spacing adjusted to match Documentation/process/coding-style.rst. Issue > reported by rdun...@infradead.org. Reported-b

Re: [PATCH] staging: dgnc: Fix Kconfig help header and text

2018-09-25 Thread Randy Dunlap
On 9/25/18 11:46 AM, Greg Kroah-Hartman wrote: > On Tue, Sep 25, 2018 at 10:22:24AM -0600, sehro rautenkranz wrote: >> Replace Kconfig help header and text to match other modules. Issue found >> my checkpatch. >> >> Spacing adjusted to match Documentation/process/coding-style.rst. Issue >> reported

Re: [PATCH v3 1/7] seqnum_ops: Introduce Sequence Number Ops

2021-02-07 Thread Randy Dunlap
Hi-- Comments are inline. On 2/3/21 10:11 AM, Shuah Khan wrote: > Sequence Number api provides interfaces for unsigned atomic up counters. > > There are a number of atomic_t usages in the kernel where atomic_t api > is used for counting sequence numbers and other statistical counters. > Several o

Re: [PATCH]: checkpatch: Fixed styling issue

2021-02-08 Thread Randy Dunlap
On 2/8/21 11:51 AM, Mukul Mehar wrote: More comments (probably duplicates): a. The "checkpatch:" in the subject says that you are making a patch to the "checkpatch" script. You are not doing that. The subject should be more like: "staging: most: fix a style issue in sound.c" e.g. b. This comment

Re: [PATCH] staging: rtl8192e: fix kconfig dependency on CRYPTO

2021-02-22 Thread Randy Dunlap
LIB_CRYPTO_WEP [=m] && STAGING [=y] && RTLLIB [=m] > > This is because RTLLIB_CRYPTO_TKIP selects CRYPTO_MICHAEL_MIC and > CRYPTO_LIB_ARC4, without depending on or selecting CRYPTO, > despite those config options being subordinate to CRYPTO. > > Signed-off-by: Julian Braha

Re: [PATCH] staging: wimax: i2400m: Mundane typos fix in the file tx.c

2021-03-12 Thread Randy Dunlap
On 3/12/21 3:42 AM, Bhaskar Chowdhury wrote: > > s/exahusted/exhausted/ > s/caleed/called/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > drivers/staging/wimax/i2400m/tx.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >

Re: [PATCH] staging: wimax: i2400m: Mundane typo fix in the file driver.c

2021-03-17 Thread Randy Dunlap
On 3/17/21 2:26 AM, Bhaskar Chowdhury wrote: > > s/procesing/processing/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > drivers/staging/wimax/i2400m/driver.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/st

Re: [PATCH] staging: rtl8188eu: Fix a typo

2021-03-19 Thread Randy Dunlap
On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote: s/pasive/passive/ Also need to s/varable/variable/ Signed-off-by: Bhaskar Chowdhury --- drivers/staging/rtl8188eu/core/rtw_mlme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme.c

Re: [PATCH V2] staging: rtl8188eu: Fix couple of typos

2021-03-19 Thread Randy Dunlap
On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote: s/pasive/passive/ s/varable/variable/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap --- Changes from V1: Randy's suggestion incorporated. drivers/staging/rtl8188eu/core/rtw_mlme.c | 2 +- 1 file changed, 1 insertion(

Re: [PATCH] staging: vchiq: Typo fixes

2021-03-20 Thread Randy Dunlap
On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote: s/sepecific/specific/ s/comonent/component/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap --- drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers

Re: [PATCH] media: Fix a typo

2021-03-21 Thread Randy Dunlap
On 3/21/21 7:24 PM, Bhaskar Chowdhury wrote: > > s/Sysytem/System/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > drivers/staging/media/atomisp/i2c/gc2235.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/driver

Re: [PATCH V2] staging: rtl8723bs: Mundane typo fixes

2021-03-22 Thread Randy Dunlap
On 3/22/21 1:16 PM, Bhaskar Chowdhury wrote: > s/stoping/stopping/ > s/arragement/arrangement/ > s/eralier/earlier/ > > Plus one extra word in the sentence "the" removed. > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > Changes from V

Re: [PATCH] staging: wimax: Mundane typo fixes

2021-03-22 Thread Randy Dunlap
On 3/22/21 6:06 PM, Bhaskar Chowdhury wrote: > > s/procesing/processing/ > s/comunication/communication/ > > Signed-off-by: Bhaskar Chowdhury drivers/staging/wimax/ is in the process of being deleted. > --- > drivers/staging/wimax/i2400m/driver.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

Re: [PATCH V2]staging: rtl8723bs: Trivial typo fix

2021-03-23 Thread Randy Dunlap
On 3/23/21 2:23 AM, Bhaskar Chowdhury wrote: > s/netowrk/network/ > > ..and an extra space has removed from the sentence. > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > Changes from V1: > I have missed to remove an extra space in the sent

Re: [PATCH] media: atomisp-ov2680: A trivial typo fix

2021-03-24 Thread Randy Dunlap
On 3/24/21 6:56 AM, Bhaskar Chowdhury wrote: > > s/miror/mirror/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > drivers/staging/media/atomisp/i2c/ov2680.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/stagi

Re: [PATCH 01/17] staging: add support for NUC WMI LEDs

2021-05-16 Thread Randy Dunlap
Hi Mauro, On 5/16/21 3:53 AM, Mauro Carvalho Chehab wrote: > diff --git a/drivers/staging/nuc-led/Kconfig b/drivers/staging/nuc-led/Kconfig > new file mode 100644 > index ..0f870f45bf44 > --- /dev/null > +++ b/drivers/staging/nuc-led/Kconfig > @@ -0,0 +1,11 @@ > +# SPDX-License-Identif

Re: [PATCH v2 2/2] staging: gdm724x: gdm_tty: replaced macro with a function

2020-09-02 Thread Randy Dunlap
On 9/2/20 9:16 AM, Antoni Przybylik wrote: > Changed return type to bool and removed inline specifier. Also added > static specifier. why remove the inline specifier? thanks. > Signed-off-by: Antoni Przybylik > --- > drivers/staging/gdm724x/gdm_tty.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH v2 2/2] staging: gdm724x: gdm_tty: replaced macro with a function

2020-09-02 Thread Randy Dunlap
On 9/2/20 10:07 AM, antoni.przyby...@wp.pl wrote: > On 02.09.2020 18:21, Randy Dunlap wrote: >> On 9/2/20 9:16 AM, Antoni Przybylik wrote: >>> Changed return type to bool and removed inline specifier. Also added >>>   static specifier. >> why remove the inline sp

Re: [PATCH] staging: Initial driver submission for pureLiFi devices

2020-09-24 Thread Randy Dunlap
Hi, On 9/24/20 8:18 AM, Srinivasan Raju wrote: > diff --git a/drivers/staging/purelifi/Kconfig > b/drivers/staging/purelifi/Kconfig > new file mode 100644 > index ..db24bdf884a3 > --- /dev/null > +++ b/drivers/staging/purelifi/Kconfig > @@ -0,0 +1,42 @@ > +config WLAN_VENDOR_PURELIFI

Re: [PATCH] Staging: android: ashmem: changed struct file_operations to const file_operations

2020-10-15 Thread Randy Dunlap
On 10/15/20 10:11 PM, kiransu...@osuosl.org wrote: > From: kiransuren > > Fixed a coding style issue. > > Signed-off-by: Kiran Surendran > --- > drivers/staging/android/ashmem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/android/ashmem.c > b/driv

Re: [PATCH] staging: erofs: Add function comment for erofs/inode.c

2019-03-16 Thread Randy Dunlap
On 3/15/19 11:16 PM, Arshad Hussain wrote: > This patch adds functions comment for file erofs/inode.c in > sphinx format. > > Signed-off-by: Arshad Hussain > --- > drivers/staging/erofs/inode.c | 67 > +-- > 1 file changed, 64 insertions(+), 3 deletions(-

Re: [PATCH] net: mdio-octeon: Fix build error and Kconfig warning

2019-07-31 Thread Randy Dunlap
On 7/31/19 2:55 PM, Randy Dunlap wrote: > On 7/31/19 11:50 AM, Nathan Chancellor wrote: >> arm allyesconfig warns: >> >> WARNING: unmet direct dependencies detected for MDIO_OCTEON >> Depends on [n]: NETDEVICES [=y] && MDIO_DEVICE [=y] && MDIO_BUS [=

Re: linux-next: Tree for Aug 2 (staging/octeon/)

2019-08-02 Thread Randy Dunlap
On 8/1/19 10:52 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20190801: > on x86_64: when CONFIG_OF is not set/enabled. WARNING: unmet direct dependencies detected for MDIO_OCTEON Depends on [n]: NETDEVICES [=y] && MDIO_DEVICE [=y] && MDIO_BUS [=y] && 64BIT [=y] && HAS_IOMEM [=y]

Re: [PATCH v2] net: mdio-octeon: Fix Kconfig warnings and build errors

2019-08-03 Thread Randy Dunlap
/mdio: Add dummy functions in of_mdio.h."). > > Fixes: 171a9bae68c7 ("staging/octeon: Allow test build on !MIPS") > Reported-by: kbuild test robot > Reported-by: Mark Brown > Reported-by: Randy Dunlap > Signed-off-by: Nathan Chancellor Works for me. Fixes the

Re: [PATCH v2] staging: greybus: add missing includes

2019-08-28 Thread Randy Dunlap
On 8/28/19 1:35 AM, Greg Kroah-Hartman wrote: > On Tue, Aug 27, 2019 at 09:59:17PM +0100, Rui Miguel Silva wrote: >> Before moving greybus core out of staging and moving header files to >> include/linux some greybus header files were missing the necessary >> includes. This would trigger compilation

Re: linux-next: Tree for Sep 2 (exfat)

2019-09-02 Thread Randy Dunlap
On 9/2/19 5:43 AM, Stephen Rothwell wrote: > Hi all, > > News: I will only be doing 2 more releases before I leave for Kernel > Summit (there may be some reports on Thursday, but I doubt I will have > time to finish the full release) and then no more until Sept 30. > > Changes since 20190830: >

Re: linux-next: Tree for Sep 2 (exfat)

2019-09-02 Thread Randy Dunlap
On 9/2/19 10:46 AM, Greg KH wrote: > On Mon, Sep 02, 2019 at 10:39:39AM -0700, Randy Dunlap wrote: >> On 9/2/19 5:43 AM, Stephen Rothwell wrote: >>> Hi all, >>> >>> News: I will only be doing 2 more releases before I leave for Kernel >>> Summit (there m

Re: [PATCH] staging: sm750fb: format description of parameters the to kernel doc format

2019-10-16 Thread Randy Dunlap
Hi, On 10/16/19 6:18 PM, Gabriela Bittencourt wrote: > Cluster comments that describes parameters of functions and create one > single comment before the function in kernel doc format. Good plan. How did you test this patch? > Signed-off-by: Gabriela Bittencourt > --- > drivers/staging/sm750f

Re: [PATCH] staging: sm750fb: format description of parameters the to kernel doc format

2019-10-16 Thread Randy Dunlap
On 10/16/19 6:29 PM, gbittencourt wrote: > Hi Randy, > > On 10/16/19 10:25 PM, Randy Dunlap wrote: >> Hi, >> >> On 10/16/19 6:18 PM, Gabriela Bittencourt wrote: >>> Cluster comments that describes parameters of functions and create one >>> single com

Re: [PATCH v2 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes

2019-05-08 Thread Randy Dunlap
On 5/8/19 12:01 AM, Alastair D'Silva wrote: > From: Alastair D'Silva > > Some buffers may only be partially filled with useful data, while the rest > is padded (typically with 0x00 or 0xff). > > This patch introduces a flag to allow the supression of lines of repeated > bytes, which are replaced

Re: [PATCH v2] staging: iio: adt7316: Fix build errors when GPIOLIB is not set

2019-06-05 Thread Randy Dunlap
remove as this driver is a GPIO > consumer and not a GPIO driver. > > Reported-by: Randy Dunlap > Signed-off-by: Fabio Estevam Acked-by: Randy Dunlap # build-tested Thanks. > --- > Changes since v1: > - Remove - Phil > > drivers/staging/iio/addac/adt7316.c | 3 +

Re: [PATCH v2 2/3] media: imx7-media-csi: add i.MX6UL support

2019-06-06 Thread Randy Dunlap
On 6/6/19 8:38 AM, Sébastien Szymanski wrote: > i.MX7 and i.MX6UL/L have the same CSI controller. So add i.MX6UL/L support > to imx7-media-csi driver. > > Signed-off-by: Sébastien Szymanski > --- > > Changes for v2: > - rebase on top of linuxtv/master > - mention i.MX6UL/L in header and Kconfi

Re: [PATCH v3 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer

2019-06-17 Thread Randy Dunlap
Hi, Just a comment style nit below... On 6/16/19 7:04 PM, Alastair D'Silva wrote: > From: Alastair D'Silva > > This patch removes the hardcoded row limits and allows for > other lengths. These lengths must still be a multiple of > groupsize. > > This allows structs that are not 16/32 bytes to d

staging: fsl-mc-bus: using MSI?

2017-10-18 Thread Randy Dunlap
Hi, I have seen a few randconfig builds where FSL_MC_BUS is enabled. This selects GENERIC_MSI_IRQ_DOMAIN -- even if CONFIG_PCI and CONFIG_PCI_MSI are not enabled. (This is with COMPILE_TEST enabled.) I see in the README.txt file that the DPAA2/MC does use some kind of message interrupts. Severa

Re: [PATCH] staging: fsl-dpaa2: Fix multiple assignments should be avoided

2017-11-08 Thread Randy Dunlap
much more sense, doesn't it? >>> >>> Sometimes checkpatch is wrong :) >> >> It feels like the majority of these multiple assignment warnings are >> wrong. I thought it would be a good idea at first but after looking at >> a bunch of the patches it feels l

[PATCH -next] staging: ipx: depends on NET

2017-11-30 Thread Randy Dunlap
From: Randy Dunlap IPX depends on NET, so add that to the Kconfig file. Fixes Kconfig warning and build errors: warning: (IPX) selects LLC which has unmet direct dependencies (NET) and 94 "undefined reference" build errors. Signed-off-by: Randy Dunlap --- drivers/staging/ipx/Kcon

Re: [PATCH] hyperv: make HYPERV a menuconfig to ease disabling it all

2017-12-14 Thread Randy Dunlap
On 12/13/2017 11:51 PM, Greg KH wrote: > On Wed, Dec 13, 2017 at 01:23:38PM -0800, Stephen Hemminger wrote: >> On Wed, 13 Dec 2017 09:54:19 +0100 >> Vincent Legoll wrote: >> >>> Hello, >>> >>> On Sun, Dec 10, 2017 at 6:50 AM, Stephen Hemminger >>> wrote: Will this break existing configs? >

[PATCH] staging/rtl8192u: fix defined but not used build warnings

2018-07-06 Thread Randy Dunlap
From: Randy Dunlap Fix build warnings in rtl8192u when CONFIG_PROC_FS is not enabled by marking the unused functions as __maybe_unused. ../drivers/staging/rtl8192u/r8192U_core.c:508:12: warning: 'proc_get_stats_ap' defined but not used [-Wunused-function] ../drivers/stagin

Re: [PATCH] Trivial numbering change in comments.

2018-08-28 Thread Randy Dunlap
On 08/28/2018 03:03 PM, Nathan Chancellor wrote: > On Tue, Aug 28, 2018 at 04:08:18PM -0400, Ray Clinton wrote: >> I'm trying to get my feet wet in kernel dev and while working on a patch >> I noticed in a lengthy comment block that the number "2" was skipped >> in a description of the steps of a p

Re: [PATCH 01/01] drivers/staging/vt6656/main_usb.c: checkpatch warning

2017-03-31 Thread Randy Dunlap
On 03/31/17 13:58, Chewie Lin wrote: > Replace string with formatted arguments in the dev_warn() call. It removes > the checkpatch warning. Tell us what the warning was. and then see if the patch fixes that warning. > Signed-off-by: Chewie Lin > --- > drivers/staging/vt6656/main_usb.c | 2 +- >

Re: [PATCH 001/001] drivers/staging/vt6656/main_usb.c: checkpatch warning

2017-03-31 Thread Randy Dunlap
On 03/31/17 18:59, Chewie Lin wrote: > Replace string with formatted arguments in the dev_warn() call. It removes > the checkpatch warning: > > WARNING: Prefer using "%s", __func__ to embedded function names > #417: FILE: main_usb.c:417: > +"usb_device_res

Re: [PATCH v3 13/14] media: imx7.rst: add documentation for i.MX7 media driver

2018-05-08 Thread Randy Dunlap
Hi, I have a few editing suggestions below... On 05/07/2018 09:21 AM, Rui Miguel Silva wrote: > Add rst document to describe the i.MX7 media driver and also a working example > from the Warp7 board usage with a OV2680 sensor. > > Signed-off-by: Rui Miguel Silva > --- > Documentation/media/v4l-

Re: [PATCH] Patch to integrate RapidDisk and RapidCache RAM Drive / Caching modules into stating subsystem.

2015-06-02 Thread Randy Dunlap
Hi, Here are a couple more comments. Hopefully not much duplication from other reviews. On 05/31/15 19:43, Petros Koutoupis wrote: > > diff -uNpr linux-next.orig/drivers/staging/rapiddisk/Kconfig > linux-next/drivers/staging/rapiddisk/Kconfig > --- linux-next.orig/drivers/staging/rapiddisk/Kc

Re: [PATCH -next] staging: hp100: Fix build error without ETHERNET

2019-11-22 Thread Randy Dunlap
reference to `free_netdev' > > Fixes: 52340b82cf1a ("hp100: Move 100BaseVG AnyLAN driver to staging") > Signed-off-by: YueHaibing Acked-by: Randy Dunlap # build-tested Thanks. > --- > drivers/staging/hp/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff

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

Re: mmotm 2020-03-28-22-17 uploaded (staging/octeon/)

2020-03-29 Thread Randy Dunlap
(skb); ^~~~ It looks like this inline function has been removed from . Looks like it should be this change: - skb_reset_tc(skb); + skb_reset_redirect(skb); -- ~Randy Reported-by: Randy Dunlap ___ deve

[PATCH] Documentation: android: binderfs: add 'stats' mount option

2020-04-08 Thread Randy Dunlap
From: Randy Dunlap Add documentation of the binderfs 'stats' mount option. Description taken from the commit message. Fixes: f00834518ed3 ("binder: add a mount option to show global stats") Signed-off-by: Randy Dunlap Cc: Hridya Valsaraju Cc: Christian Brauner Cc: C

Re: [PATCH] media: staging: rkisp1 Kconfig: depends on OF

2020-04-20 Thread Randy Dunlap
> (ARCH_ROCKCHIP || COMPILE_TEST [=y]) && OF [=n] > Selected by [y]: > - VIDEO_ROCKCHIP_ISP1 [=y] && STAGING [=y] && STAGING_MEDIA [=y] && > MEDIA_SUPPORT [=y] && VIDEO_V4L2 [=y] && (ARCH_ROCKCHIP || COMPILE_TEST [=y]) > > Cc

Re: [PATCH] media: usbvision: depends on USB

2020-04-20 Thread Randy Dunlap
ut_dev' > ld: drivers/staging/media/usbvision/usbvision-video.o: in function > `usbvision_exit': > usbvision-video.c:(.exit.text+0x37): undefined reference to `usb_deregister' > ld: drivers/staging/media/usbvision/usbvision-video.o: in function > `usbvision_init

Re: [PATCH RFC] drivers: most: add USB adapter driver

2020-05-11 Thread Randy Dunlap
On 5/11/20 2:51 AM, Christian Gromm wrote: > diff --git a/drivers/most/usb/Kconfig b/drivers/most/usb/Kconfig > new file mode 100644 > index 000..a86f1f6 > --- /dev/null > +++ b/drivers/most/usb/Kconfig > @@ -0,0 +1,14 @@ > +# SPDX-License-Identifier: GPL-2.0 > +# > +# MOST USB configuration >

Re: linux-next: Tree for Feb 11 (staging/rtl8821ae/)

2014-02-11 Thread Randy Dunlap
On 02/10/2014 10:21 PM, Stephen Rothwell wrote: > Hi all, > > This tree fails (more than usual) the powerpc allyesconfig build. > > Changes since 20140210: > on i386: ERROR: "ieee80211_rx_irqsafe" [drivers/staging/rtl8821ae/rtl8821ae.ko] undefined! ERROR: "ieee80211_beacon_get_tim" [drivers/s

[PATCH] staging/rtl8821ae: fix build, depends on MAC80211

2014-02-11 Thread Randy Dunlap
From: Randy Dunlap rtl8821ae uses ieee80211 interfaces so it should depend on MAC80211. Fixes these build errors: ERROR: "ieee80211_rx_irqsafe" [drivers/staging/rtl8821ae/rtl8821ae.ko] undefined! ERROR: "ieee80211_beacon_get_tim" [drivers/staging/rtl8821ae/rtl8821ae.k

Re: [patch] Documentation/SubmittingPatches: Reported-by tags and permission

2014-02-14 Thread Randy Dunlap
Dan Carpenter Acked-by: Randy Dunlap Thanks. > diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches > index 26b1e31d5a13..f72ce7803b71 100644 > --- a/Documentation/SubmittingPatches > +++ b/Documentation/SubmittingPatches > @@ -432,12 +432,9 @@ have b

Re: [PATCH] staging: iio: Fix typo in iio

2014-04-22 Thread Randy Dunlap
On 04/22/14 04:23, Masanari Iida wrote: > Correct spelling typo in comment within staging/iio > > Signed-off-by: Masanari Iida Acked-by: Randy Dunlap Thanks. > --- > drivers/staging/iio/adc/ad7606.h| 4 ++-- > drivers/staging/iio/adc/ad7816.c| 2 +- > dr

Re: [PATCH/V2] staging: rtl8192e: Fix typo in rtl8192e

2014-04-26 Thread Randy Dunlap
On 04/26/14 07:35, Masanari Iida wrote: > Fix spelling typo in comments within rtl8192e. > > Signed-off-by: Masanari Iida > Reviewed-by: James Cameron > > --- > drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c | 2 +- > drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c| 2 +- > drivers/stagi

Re: [PATCH 2/2] staging: greybus: enable compile testing of arche driver

2017-05-15 Thread Randy Dunlap
On 05/15/17 07:26, Johan Hovold wrote: > Add Arche platform-driver config option and allow the driver to be > compile tested also without the usb3613 driver. > > Signed-off-by: Johan Hovold > --- > drivers/staging/greybus/Kconfig | 10 ++ > drivers/staging/greybus/Makefile

Re: [PATCH 4/4] staging: wilc1000: Fix typo in wilc_wfi_cfgoperations.c

2015-11-23 Thread Randy Dunlap
On 11/23/15 05:41, Masanari Iida wrote: > This patch fix some spelling typo in wilc_wfi_cfgoperations.c > > Signed-off-by: Masanari Iida > --- > drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 34 > +++ > 1 file changed, 17 insertions(+), 17 deletions(-) > > diff --git

Re: [PATCH 1/4] staging: wilc1000: Fix typo in wilc_msgqueue.h

2015-11-23 Thread Randy Dunlap
On 11/23/15 05:41, Masanari Iida wrote: > This patch fix some spelling typo in wilc_msgqueue.h > > Signed-off-by: Masanari Iida Acked-by: Randy Dunlap Thanks. > --- > drivers/staging/wilc1000/wilc_msgqueue.h | 12 ++-- > 1 file changed, 6 insertions(+), 6 dele

Re: [PATCH 3/4] staging: wilc1000: Fix typo in linux_wlan.c

2015-11-23 Thread Randy Dunlap
On 11/23/15 05:41, Masanari Iida wrote: > This patch fix some spelling typo in wilc1000.c. > > Signed-off-by: Masanari Iida > --- > drivers/staging/wilc1000/linux_wlan.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > Acked-by: Randy Dunlap

Re: [PATCH 2/4] staging: wilc1000: Fix typo in host_interface.c

2015-11-23 Thread Randy Dunlap
On 11/23/15 05:41, Masanari Iida wrote: > This patch fix spelling typo in host_interface.c > > Signed-off-by: Masanari Iida > --- > drivers/staging/wilc1000/host_interface.c | 30 +++--- > 1 file changed, 15 insertions(+), 15 deletions(-) > > diff --git a/drivers/staging

[PATCH] staging: unisys: visorinput depends on INPUT

2016-02-26 Thread Randy Dunlap
From: Randy Dunlap Fix build errors by limiting UNISYS_VISORINPUT to the INPUT kconfig setting. drivers/built-in.o: In function `visorinput_remove': visorinput.c:(.text+0x20802e): undefined reference to `input_unregister_device' drivers/built-in.o: In function `visorinput_probe'

Re: [PATCH v9 5/7] staging: fpga manager core

2015-07-17 Thread Randy Dunlap
On 07/17/15 08:51, at...@opensource.altera.com wrote: > From: Alan Tull > > --- > drivers/staging/Kconfig |2 + > drivers/staging/Makefile|1 + > drivers/staging/fpga/Kconfig| 14 ++ > drivers/staging/fpga/Makefile |8 + > drivers/staging/fpga/fpga-mgr.c | 37

[PATCH -next] staging: most: fix aim-network build errors

2015-07-28 Thread Randy Dunlap
From: Randy Dunlap Fix build errors when CONFIG_NET is not enabled by making the driver depend on NET. Also correct the loadable module name. ERROR: "__netdev_alloc_skb" [drivers/staging/most/aim-network/aim_network.ko] undefined! ERROR: "netif_rx" [drivers/stag

[PATCH -next] staging: most: fix aim-sound build errors

2015-08-03 Thread Randy Dunlap
From: Randy Dunlap Fix build errors: driver uses snd_pcm*() interfaces, so select SND_PCM. drivers/built-in.o: In function `audio_rx_completion': sound.c:(.text+0x3cd376): undefined reference to `snd_pcm_period_elapsed' drivers/built-in.o: In function `pcm_prepare': sound.c:

[PATCH -next] staging: most: fix hdm-dim2 build error

2015-08-03 Thread Randy Dunlap
From: Randy Dunlap Fix build of hdm-dim2. Since it calls a function that is provided by AIM_NETWORK, make it depend on that symbol. Also fix a misspelling in the Kconfig file. drivers/built-in.o: In function `deliver_netinfo_thread': dim2_hdm.c:(.text+0x3a9563): undefined referen

Re: [PATCH 0947/1285] Replace numeric parameter like 0444 with macro

2016-08-02 Thread Randy Dunlap
On 08/02/16 05:51, Mauro Carvalho Chehab wrote: > Em Tue, 2 Aug 2016 20:01:34 +0800 > Baole Ni escreveu: > >> I find that the developers often just specified the numeric value >> when calling a macro which is defined with a parameter for access permission. >> As we know, these numeric value for

[PATCH] staging: octeon-usb: correct driver name in Kconfig help text

2016-08-23 Thread Randy Dunlap
From: Randy Dunlap The module name in the Makefile and in the driver source file is octeon-hcd, so correct the Kconfig text to be the same. Signed-off-by: Randy Dunlap Cc: Aaro Koskinen --- drivers/staging/octeon-usb/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux

Re: [PATCH] [STYLE 2/4]staging:dgnc:dgnc_tty.c Spelling corrections

2016-11-12 Thread Randy Dunlap
On 11/12/16 15:53, Walt Feasel wrote: > Made various spelling corrections in the comments Make > > Signed-off-by: Walt Feasel > --- > drivers/staging/dgnc/dgnc_tty.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drive

Re: [PATCH] [STYLE]staging:vme:vme_user.c Correct spelling mistakes

2016-11-13 Thread Randy Dunlap
On 11/13/16 15:16, Walt Feasel wrote: > Make spelling corrections for 'initialize', 'correctly' > and 'unregister' > > Signed-off-by: Walt Feasel > --- > drivers/staging/vme/devices/vme_user.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/staging/vme/d

Re: [PATCH] staging: sm750fb: fix function definition argument style warning

2016-11-27 Thread Randy Dunlap
On 11/27/16 13:11, Andrea Ghittino wrote: > Fixes sm750fb function definition argument style warning > found by checkpatch.pl tool > > Signed-off-by: Andrea Ghittino > --- Does checkpatch not complain about the camelcase variable names and function names? -- ~Randy ___

[PATCH -next] staging: pi433: depends on SPI

2017-07-19 Thread Randy Dunlap
From: Randy Dunlap The pi433 driver uses SPI interfaces so it should depend on SPI. Also, the "default n" can be removed since that is already the default. Fixes these build errors when SPI is not enabled: drivers/staging/pi433/pi433_if.o: In function `pi433_probe': pi433_if.

[PATCH] staging: rtlwifi: fix multiple build errors

2017-08-22 Thread Randy Dunlap
From: Randy Dunlap Fix many build errors when NETDEVICES is not enabled. Signed-off-by: Randy Dunlap Cc: Larry Finger --- drivers/staging/rtlwifi/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20170822.orig/drivers/staging/rtlwifi/Kconfig +++ linux-next

Re: [PATCH 2/3] staging: rtlwifi: add MAC80211 dependency

2017-08-23 Thread Randy Dunlap
On 08/23/2017 06:22 AM, Arnd Bergmann wrote: > Like the version in drivers/net/wireless, this driver requires the > MAC80211 framework, otherwise we run into a link error: > > ERROR: "ieee80211_rx_irqsafe" [drivers/staging/rtlwifi/r8822be.ko] undefined! > ERROR: "cfg80211_unlink_bss" [drivers/stag

[PATCH] staging/olpc: fix dependencies to fix build errors

2013-09-27 Thread Randy Dunlap
From: Randy Dunlap Fix build errors when GPIO_CS5535=m and FB_OLPC_DCON=y by preventing that kconfig combination. These build errors are caused by having a kconfig bool symbol (FB_OLPC_DCON_1) that depend on a tristate symbol (GPIO_CS5535), but when the tristate symbol is =m, the bool symbol is

[PATCH v2] staging/olpc_dcon: fix kconfig to fix build errors

2013-10-13 Thread Randy Dunlap
From: Randy Dunlap Fix build errors when GPIO_CS5535=m and FB_OLPC_DCON=y by preventing that kconfig combination. These build errors are caused by having a kconfig bool symbol (FB_OLPC_DCON_1) that depend on a tristate symbol (GPIO_CS5535), but when the tristate symbol is =m, the bool symbol is

Re: [PATCH v2] staging/olpc_dcon: fix kconfig to fix build errors

2013-10-14 Thread Randy Dunlap
On 10/14/13 09:33, Greg Kroah-Hartman wrote: > On Sun, Oct 13, 2013 at 12:30:00PM -0700, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Fix build errors when GPIO_CS5535=m and FB_OLPC_DCON=y >> by preventing that kconfig combination. >> >> These build err

Re: [PATCH] staging: android: Fix typo in android/sync.h

2013-10-31 Thread Randy Dunlap
d. Thanks. Acked-by: Randy Dunlap -- ~Randy ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: crystalhd: Fix typo in crystalhd

2013-12-06 Thread Randy Dunlap
On 12/06/13 06:27, Masanari Iida wrote: > Correct spelling typo. > > Signed-off-by: Masanari Iida Acked-by: Randy Dunlap Thanks. > --- > drivers/staging/crystalhd/bc_dts_glob_lnx.h | 2 +- > drivers/staging/crystalhd/crystalhd_cmds.c | 2 +- > drivers/staging/cryst

Re: [PATCH] staging: r8188eu: Fix typo in USB_DEVICE list

2014-02-02 Thread Randy Dunlap
On 02/02/2014 12:07 PM, Larry Finger wrote: > There is a typo in the device list that interchanges the vendor and > product codes for one of the entries. You also changed 0x7b8 to 0x7bb. Did you mean to do that? > Signed-off-by: Larry Finger > --- > drivers/staging/rtl8188eu/os_dep/usb_intf.c

Re: [patch v2] Documentation/email-clients.txt: add a section about git

2014-05-10 Thread Randy Dunlap
On 05/08/2014 01:44 AM, Dan Carpenter wrote: > These days most people use git to send patches so I have added a section > about that. > > Signed-off-by: Dan Carpenter > --- > v2: Fixed changelog > > diff --git a/Documentation/email-clients.txt b/Documentation/email-clients.txt > index 4e30eba..9

Re: [patch v3] Documentation/email-clients.txt: add a section about git

2014-05-14 Thread Randy Dunlap
On 05/13/2014 06:32 AM, Dan Carpenter wrote: > These days most people use git to send patches so I have added a section > about that. > > Signed-off-by: Dan Carpenter > --- > v2: fix typo in commit message > v3: update git am and log commands. Mention the man pages. > > diff --git a/Documentati

Re: [patch v4] Documentation/email-clients.txt: add a section about git

2014-05-15 Thread Randy Dunlap
On 05/15/2014 02:33 AM, Dan Carpenter wrote: > These days most people use git to send patches so I have added a section > about that. > > Signed-off-by: Dan Carpenter Applied. Thanks. > --- > v2: fix typo in commit message > v3: update git am and log commands. Mention the man pages. > v4: s/l

Re: linux-next: Tree for May 26 (staging/rtl8192ee)

2014-05-26 Thread Randy Dunlap
On 05/26/2014 02:38 AM, Stephen Rothwell wrote: > Hi all, > > The powerpc allyesconfig is again broken more than usual. > > Changes since 20140523: > on x86_64: when CONFIG_PCI is not enabled: CC drivers/staging/rtl8192ee/pci.o ../drivers/staging/rtl8192ee/pci.c: In function 'rtl_pci_i

Re: linux-next: Tree for Jul 3 (staging/unisys)

2014-07-03 Thread Randy Dunlap
On 07/02/14 22:53, Stephen Rothwell wrote: > Hi all, > > Changes since 20140702: > on x86_64: CONFIG_UNISYSSPAR=y CONFIG_UNISYS_VISORUTIL=m # CONFIG_UNISYS_VISORCHANNEL is not set CONFIG_UNISYS_CHANNELSTUB=y drivers/built-in.o: In function `channel_mod_init': chanstub.c:(.init.text+0x10a8f): u

Re: [PATCH] staging: comedi: Kconfig: make COMEDI_BOND select COMEDI_KCOMEDILIB

2014-08-27 Thread Randy Dunlap
On 08/27/14 12:19, Ian Abbott wrote: > Currently, to select the "comedi_bond" driver, the "kcomedilib" support > has to be selected first. It seems more natural to allow the > "comedi_bond" driver to be selected on its own and to automatically > select the "kcomedilib" module as a result of that.

Re: mmotm 2014-09-25-16-28 uploaded (media/platform/vivid)

2014-09-26 Thread Randy Dunlap
On 09/25/14 16:28, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2014-09-25-16-28 has been uploaded to > >http://www.ozlabs.org/~akpm/mmotm/ > > mmotm-readme.txt says > > README for mm-of-the-moment: > > http://www.ozlabs.org/~akpm/mmotm/ > > This is a snapshot of my -mm

Re: [PATCH] Staging: android: ion: fix typos in comments

2014-10-31 Thread Randy Dunlap
On 10/30/14 23:43, Tristan Lelong wrote: > Fix some coding style warnings detected by checkpatch.pl in ion. $Subject is correct but the changelog above is not -- needs to be changed. > > Signed-off-by: Tristan Lelong > --- > drivers/staging/android/ion/ion.c | 2 +- > drivers/staging/and

Re: linux-next: Tree for Aug 17 (mshyperv.c)

2015-08-17 Thread Randy Dunlap
On 08/17/15 03:55, Stephen Rothwell wrote: > Hi all, > > Changes since 20150813: > on i386 (for several days now): when CONFIG_KEXEC is not enabled: arch/x86/built-in.o: In function `hv_machine_crash_shutdown': mshyperv.c:(.text+0x2d9d4): undefined reference to `native_machine_crash_shutdown

[PATCH -next] staging: most: fix HDM_USB dependencies and build errors

2015-08-17 Thread Randy Dunlap
From: Randy Dunlap Fix kconfig dependency warning and build errors. warning: (HDM_USB) selects AIM_NETWORK which has unmet direct dependencies (STAGING && MOST && NET) drivers/built-in.o: In function `aim_resume_tx_channel': networking.c:(.text+0xd6f7a2): u

Re: linux-next: Tree for Aug 17 (staging/hfi1)

2015-08-17 Thread Randy Dunlap
On 08/17/15 03:55, Stephen Rothwell wrote: > Hi all, > > Changes since 20150813: > Several items: A: these and other similar errors: In file included from ../drivers/staging/hfi1/chip.c:61:0: ../drivers/staging/hfi1/chip.c: In function ‘__hfi1_trace_LINKVERB’: ../drivers/staging/hfi1/tra

Re: [PATCH] Kconfig: add temporary PCI dependency

2015-08-18 Thread Randy Dunlap
On 08/18/15 10:00, Doug Ledford wrote: > >> On Aug 18, 2015, at 9:50 AM, Greg KH wrote: >> >> On Tue, Aug 18, 2015 at 04:29:50PM +, Marciniszyn, Mike wrote: Subject: Re: [PATCH] Kconfig: add temporary PCI dependency On Tue, Aug 18, 2015 at 10:15:42AM -0400, Mike Marciniszyn wro

Re: [PATCH] staging: Check against NULL in fw_download_code

2014-08-11 Thread Randy Dunlap
On 08/11/14 11:04, Nick Krause wrote: > On Mon, Aug 11, 2014 at 2:02 PM, Nicholas Krause wrote: >> I am fixing the bug entry , >> https://bugzilla.kernel.org/show_bug.cgi?id=60461. >> This entry states that we are not checking the skb allocated in >> fw_download_code >> and after checking I fixe

Re: [PATCH] staging: Check against NULL in fw_download_code

2014-08-11 Thread Randy Dunlap
On 08/11/14 11:26, Nick Krause wrote: > On Mon, Aug 11, 2014 at 2:07 PM, Randy Dunlap wrote: >> On 08/11/14 11:04, Nick Krause wrote: >>> On Mon, Aug 11, 2014 at 2:02 PM, Nicholas Krause >>> wrote: >>>> I am fixing the bug entry , >>>>

Re: [PATCH] staging: Check against NULL in fw_download_code

2014-08-11 Thread Randy Dunlap
On 08/11/14 11:55, Nick Krause wrote: > On Mon, Aug 11, 2014 at 2:45 PM, Randy Dunlap wrote: >> On 08/11/14 11:26, Nick Krause wrote: >>> On Mon, Aug 11, 2014 at 2:07 PM, Randy Dunlap wrote: >>>> On 08/11/14 11:04, Nick Krause wrote: >>>>> On

Re: [PATCH] staging: Check against NULL in fw_download_code

2014-08-11 Thread Randy Dunlap
On 08/11/14 12:18, Nick Krause wrote: > > Thanks Randy for your help otherwise is my patch good? Please let me > known if there our any other issues. > Regards Nick I didn't notice any other issues with it. -- ~Randy ___ devel mailing list de...@linux

[PATCH] staging: unisys: change select to depends for subsystems

2018-01-14 Thread Randy Dunlap
From: Randy Dunlap Drivers should not 'select' a subsystem. Instead they should depend on it. If the subsystem is disabled, the user probably did that for a purpose and one driver shouldn't be changing that. Signed-off-by: Randy Dunlap Cc: David Kershner Cc: sparmaintai...@uni

Re: [PATCH] staging: unisys: change select to depends for subsystems

2018-01-15 Thread Randy Dunlap
On 01/15/18 06:54, Greg Kroah-Hartman wrote: > On Sun, Jan 14, 2018 at 09:10:54PM -0800, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Drivers should not 'select' a subsystem. Instead they should depend >> on it. If the subsystem is disabled, the user proba

[PATCH] android: binder.h: drop a duplicated word

2020-07-18 Thread Randy Dunlap
Drop the repeated word "the" in a comment. Signed-off-by: Randy Dunlap Cc: Greg Kroah-Hartman Cc: Arve Hjønnevåg Cc: Todd Kjos Cc: Martijn Coenen Cc: Joel Fernandes Cc: Christian Brauner Cc: Hridya Valsaraju Cc: Suren Baghdasaryan Cc: de...@driverdev.osuosl.org --- include/

Re: [RESEND PATCH v5] drivers: most: add USB adapter driver

2020-07-27 Thread Randy Dunlap
Hi-- On 7/27/20 1:30 AM, Christian Gromm wrote: > This patch adds the usb driver source file most_usb.c and > modifies the Makefile and Kconfig accordingly. > > Signed-off-by: Christian Gromm > --- > > drivers/most/Kconfig| 12 + > drivers/most/Makefile |2 + > drivers/most/most_us

  1   2   >