[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20151213135645.GR5284@mwanda>
Date: Sun, 13 Dec 2015 16:56:45 +0300
From: Dan Carpenter <dan.carpenter@...cle.com>
To: Bhaktipriya Shridhar <bhaktipriya96@...il.com>
Cc: jic23@...nel.org, knaack.h@....de, lars@...afoo.de,
pmeerw@...erw.net, gregkh@...uxfoundation.org,
ciorneiioana@...il.com, cristina.moraru09@...il.com,
josselin.costanzi@...ile-devices.fr, linux-iio@...r.kernel.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] Staging: iio: accel: Fixed NULL comparison style
You have to resend it to apply on the original code, we are not going to
apply the first version of this patch. In other words it is:
- if (*rx_p == NULL) {
+ if (!*rxp) {
regards,
dan carpenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists