Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1290622

Re: [PATCH v2] Staging: iio: accel: Fixed NULL comparison style

From Dan Carpenter <dan.carpenter@oracle.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2] Staging: iio: accel: Fixed NULL comparison style
Date 2015-12-13 15:00 +0100
Message-ID <qFflU-CN-13@gated-at.bofh.it> (permalink)
References <qFfce-yf-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2] Staging: iio: accel: Fixed NULL comparison style Bhaktipriya Shridhar <bhaktipriya96@gmail.com> - 2015-12-13 14:50 +0100
  Re: [PATCH v2] Staging: iio: accel: Fixed NULL comparison style Dan Carpenter <dan.carpenter@oracle.com> - 2015-12-13 15:00 +0100

csiph-web