This patch fixes the following checkpatch.pl issues -
- space preferred around that
- no space needed after cast.
- braces {} should be used on all arms of this statement
- Alignment should match open parenthesis
- suspect code indent for conditional statements
- Statements should start on a tabst
This patch fixes the following checkpatch.pl warnings about
comments in nl80211.c :
- networking block comments don't use an empty '/*' line
- block comments use a trailing '*/' on a separate line
Signed-off-by: Kirtika Ruchandani
---
net/wireless/nl80211.c | 129 +---
This patch fixes the following checkpatch.pl issues -
- Please don't use multiple blank lines
- Blank lines aren't necessary before a close brace
- Missing a blank line after declarations
Signed-off-by: Kirtika Ruchandani
---
net/wireless/nl80211.c | 22 ++
1 file changed, 10
This patch-set attempts to fix checkpatch.pl issues found in nl80211.c.
Each patch describes the specific warnings/checks/errors it addresses.
This patch-set ignores 'line over 80 chars' warnings.
Please check for issues with the 'fixes' for 'alignment should match
open parenthesis'. Some of the
Hi,
I am Kristi and i saw your contact through google page of your country which
impress me and i feel we can be friends to share ideals and reason together for
good,if not bad then let us know more about each other and i hope there will be
no problem for us to be friend with no bad intention.Yo
> Do you know for which PHY I could implement this? I only have access to
> the documentation for the Lantiq / Intel PHYs.
Maybe actually implementing them is too far. But you could take a look
at available datasheets and thing about how you would implement the
binding. A quick search found:
http
On 05/28/2016 08:27 PM, Andrew Lunn wrote:
> On Sat, May 28, 2016 at 06:59:01PM +0200, Hauke Mehrtens wrote:
>> This makes it possible to configure the behavior of the LEDs connected
>> to a PHY. The LEDs are controlled by the chip, this makes it possible
>> to configure the behavior when the hardw
On Sat, May 28, 2016 at 06:59:01PM +0200, Hauke Mehrtens wrote:
> This makes it possible to configure the behavior of the LEDs connected
> to a PHY. The LEDs are controlled by the chip, this makes it possible
> to configure the behavior when the hardware should activate and
> deactivate the LEDs.
>
On Sat, May 28, 2016 at 06:59:00PM +0200, Hauke Mehrtens wrote:
Hi Hauke
> + /**
> + * In most cases only one LED is connected to this phy, so
> + * configure them all to constant on and plue mode. LED3 is
pulse not plue?
> + * only available in some packages, let it in its r
From: Gerard Garcia
Signed-off-by: Gerard Garcia
---
include/net/af_vsock.h | 13 ++
include/uapi/linux/if_arp.h | 1 +
net/vmw_vsock/af_vsock.c| 105
3 files changed, 119 insertions(+)
diff --git a/include/net/af_vsock.h b/include/n
From: Gerard Garcia
Virtual socket transports operate at kernel level therefore, there is no easy
way to see the traffic exchanged between virtual machines and hypervisors that
communicate using AF_VSOCK sockets. In addition, being able to see the control
messages exchanged by the transports m
From: Gerard Garcia
Signed-off-by: Gerard Garcia
---
drivers/vhost/vsock.c | 71 +++
1 file changed, 71 insertions(+)
diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c
index 17bfe4e..8fd5125 100644
--- a/drivers/vhost/vsock.c
+++ b/drive
From: Gerard Garcia
Signed-off-by: Gerard Garcia
---
drivers/net/Kconfig | 8 ++
drivers/net/Makefile | 1 +
drivers/net/vsockmon.c| 171 ++
include/uapi/linux/Kbuild | 1 +
include/uapi/linux/vsockmon.h | 37
This makes it possible to configure the behavior of the LEDs connected
to a PHY. The LEDs are controlled by the chip, this makes it possible
to configure the behavior when the hardware should activate and
deactivate the LEDs.
Signed-off-by: Hauke Mehrtens
---
Documentation/devicetree/bindings/ph
Supports the Lantiq / Intel CHD 11G and 22E PHYs.
These PHYs are also named PEF 7061, PEF 7071, PEF 7072
Signed-off-by: John Crispin
Signed-off-by: Hauke Mehrtens
---
drivers/net/phy/Kconfig | 6 +
drivers/net/phy/Makefile | 1 +
drivers/net/phy/lantiq.c | 390 +
On 2016/05/28 00:09, Cong Wang wrote:
On Thu, May 26, 2016 at 7:49 PM, Chen Haiquan wrote:
When create a new vxlan link, example:
ip link add vtap mtu 1440 type vxlan vni 1 dev eth0
The argument "mtu" has no effect, because it is not set to conf->mtu. The
default value is used in vxlan_dev_
Heinrich Schuchardt wrote:
> x <= 7 implies x < 8.
>
> Signed-off-by: Heinrich Schuchardt
Thanks, 1 patch applied to ath.git:
93b4a09f0f30 ath6kl: simplify logical condition
--
Sent by pwcli
https://patchwork.kernel.org/patch/9115691/
On Fri, May 27, 2016 at 02:29:04PM -0700, Florian Fainelli wrote:
> We need to set priorities here, and the highest priority is to get these
> patches accepted to enable more people to utilize DSA, so once we have
> more devices we can get to a longer term plan to get a better
> abstraction model f
Fix the following issues reported by checkpatch.pl -
- document spinlock_t where needed/possible
- do not use multiple blank lines
- add blank line after a declaration
- use a trailing '*/' on a separate line in block comments
- don't use empty '/*' lines
- use ether_addr_copy instead of memcpy
- f
Julia Lawall wrote:
> firmare -> firmware
>
> Signed-off-by: Julia Lawall
Thanks, 1 patch applied to ath.git:
8a9a3efa9e77 ath6kl: fix typo
--
Sent by pwcli
https://patchwork.kernel.org/patch/9113271/
Fix the following issues reported by checkpatch.pl -
- document spinlock_t where needed/possible
- do not use multiple blank lines
- add blank line after a declaration
- use a trailing '*/' on a separate line in block comments
- don't use empty '/*' lines
- use ether_addr_copy instead of memcpy
- f
21 matches
Mail list logo