[PATCH] net: atm: Fix build error when !CONFIG_PROC_FS

2017-01-19 Thread Augusto Mecking Caringi
_proc_root); ^ Fix it by putting the proc cleanup code inside a #ifdef CONFIG_PROC_FS block. Signed-off-by: Augusto Mecking Caringi --- net/atm/clip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/atm/clip.c b/net/atm/clip.c index 53b4ac0..75221e4 100644 --- a/net/atm/clip.c +++

[PATCH] net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FS

2016-12-28 Thread Augusto Mecking Caringi
^ linux/net/atm/lec.c:1062:27: note: each undeclared identifier is reported only once for each function it appears in Signed-off-by: Augusto Mecking Caringi --- net/atm/lec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/atm/lec.c b/net/atm/lec.c index 019557d..09cfe87 100644 ---

Re: [PATCH] net: fec: fix spelling mistake "coalesed" -> "coalesced"

2016-06-04 Thread Augusto Mecking Caringi
imiation"); > + pr_err("Rx coalesced usec exceeed hardware limiation"); > return -EINVAL; > } > s/limiation/limitation -- Augusto Mecking Caringi