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 ++
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
http://driverdev
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
--- a/drivers/staging/wfx/
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 `ax
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 chann
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 b/drivers/staging/most/