Regarding CLNP driver

2019-02-19 Thread Shreeya Patel
Hi All, My goal is to have the CLNP ( Connectionless network protocol ) driver working on the latest Ubuntu version / any Linux distros. But I see that CLNP driver was developed by a group of people during 2.6 kernel and now it doesn't exist anymore. Here is the source code... https://github.com/c

Re: [PATCH] Staging: irda: Do not check for NOT NULL before kfree()

2017-12-18 Thread Shreeya Patel
On Mon, 2017-12-18 at 11:20 -0800, Stephen Hemminger wrote: > On Tue, 19 Dec 2017 00:41:30 +0530 > Shreeya Patel wrote: > > > > > Do not check for NOT NULL before calling kfree because if the > > pointer is NULL, no action occurs. > > Done using the follo

[PATCH] Staging: irda: Do not check for NOT NULL before kfree()

2017-12-18 Thread Shreeya Patel
NULL in the case where ptr is NULL already. Signed-off-by: Shreeya Patel --- drivers/staging/irda/net/irnet/irnet_irda.c | 28 ++-- drivers/staging/irda/net/irnet/irnet_ppp.c | 10 -- 2 files changed, 14 insertions(+), 24 deletions(-) diff --git a/drivers/staging

[PATCH] Staging: irda: Remove trailing whitespace errors

2017-10-13 Thread Shreeya Patel
Remove trailing whitespace checkpatch errors. Signed-off-by: Shreeya Patel --- drivers/staging/irda/drivers/esi-sir.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/staging/irda/drivers/esi-sir.c b/drivers/staging/irda/drivers/esi-sir.c