[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1489085448-3243-1-git-send-email-sunil.m@techveda.org>
Date: Fri, 10 Mar 2017 00:20:43 +0530
From: sunil.m@...hveda.org
To: gregkh@...uxfoundation.org, dan.carpenter@...cle.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
suniel.spartan@...il.com, Suniel Mahesh <sunil.m@...hveda.org>
Subject: [PATCH v2 0/5] staging: rtl8192e: Fix coding style, warnings and checks
From: Suniel Mahesh <sunil.m@...hveda.org>
Fixed coding style issues and improved error handling, return -ENOMEM, if
it is out of memory instead of err message. Pointer comparisions with NUll
are replaced by logical NOT. Fixed unbalanced braces around else statement
and preferred to pass a pointer as an argument to sizeof() instead of
struct definition.
Rebased on top of next-20170306.
Suniel Mahesh (5):
staging: rtl8192e: Fix coding style issues
staging: rtl8192e: Improve error handling
staging: rtl8192e: Rectify pointer comparisions
staging: rtl8192e: Fix unbalanced braces around else statement
staging: rtl8192e: Pass a pointer as an argument to sizeof() instead
of struct
drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 274 +++++++++++----------------
1 file changed, 112 insertions(+), 162 deletions(-)
--
1.9.1
Powered by blists - more mailing lists