[PATCH v2] Staging: wfx: Fix style issues with hif_rx.c

2019-12-27 Thread Matthew Hanzelik
Fixes the 80 character line limit warning on line 79 of hif_rx.c. Also fixes the missing blank line warning on line 305 of hif_rx.c after the declaration of size_t len. Signed-off-by: Matthew Hanzelik --- Changes in v2: - Make the commit message less vague. drivers/staging/wfx/hif_rx.c | 4

Re: [PATCH] Staging: wfx: Fix style issues with hif_rx.c

2019-12-27 Thread Greg KH
On Fri, Dec 27, 2019 at 03:16:56PM -0500, Matthew Hanzelik wrote: > Fixes style issues with hif_rx.c. Please be specific as to _what_ you did, this is pretty vague :( thanks, greg k-h ___ devel mailing list de...@linuxdriverproject.org

[PATCH] Staging: wfx: Fix style issues with hif_rx.c

2019-12-27 Thread Matthew Hanzelik
Fixes style issues with hif_rx.c. Signed-off-by: Matthew Hanzelik --- drivers/staging/wfx/hif_rx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wfx/hif_rx.c b/drivers/staging/wfx/hif_rx.c index 820de216be0c..1da9a153dda0 100644 ---

[PATCH AUTOSEL 5.4 130/187] staging: axis-fifo: add unspecified HAS_IOMEM dependency

2019-12-27 Thread Sasha Levin
From: Brendan Higgins [ Upstream commit d3aa8de6b5d0853c43c616586b4e232aa1fa7de9 ] Currently CONFIG_XIL_AXIS_FIFO=y implicitly depends on CONFIG_HAS_IOMEM=y; consequently, on architectures without IOMEM we get the following build error: ld: drivers/staging/axis-fifo/axis-fifo.o: in function

[PATCH] staging: comedi: adv_pci1710: fix AI channels 16-31 for PCI-1713

2019-12-27 Thread Ian Abbott
The Advantech PCI-1713 has 32 analog input channels, but an incorrect bit-mask in the definition of the `PCI171X_MUX_CHANH(x)` and PCI171X_MUX_CHANL(x)` macros is causing channels 16 to 31 to be aliases of channels 0 to 15. Change the bit-mask value from 0xf to 0xff to fix it. Note that the

[PATCH v2] Staging: most: core: Fix SPDX License Identifier style issue

2019-12-27 Thread Matthew Hanzelik
Fixed a style issue with the SPDX License Identifier style. Signed-off-by: Matthew Hanzelik --- Changes in v2: - Fix trailing space in patch diff drivers/staging/most/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/core.h