All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch "Staging: iio: adc: fix indent on break statement" has been added to the 4.4-stable tree
@ 2016-09-26  9:47 gregkh
  0 siblings, 0 replies; only message in thread
From: gregkh @ 2016-09-26  9:47 UTC (permalink / raw)
  To: colin.king, gregkh, jic23; +Cc: stable, stable-commits


This is a note to let you know that I've just added the patch titled

    Staging: iio: adc: fix indent on break statement

to the 4.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     staging-iio-adc-fix-indent-on-break-statement.patch
and it can be found in the queue-4.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From b6acb0cfc21293a1bfc283e9217f58f7474ef728 Mon Sep 17 00:00:00 2001
From: Colin Ian King <colin.king@canonical.com>
Date: Sat, 23 Jan 2016 19:33:10 +0000
Subject: Staging: iio: adc: fix indent on break statement

From: Colin Ian King <colin.king@canonical.com>

commit b6acb0cfc21293a1bfc283e9217f58f7474ef728 upstream.

Fix indent warning when building with gcc 6:
drivers/staging/iio/adc/ad7192.c:239:4: warning: statement is indented
  as if it were guarded by... [-Wmisleading-indentation]

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 drivers/staging/iio/adc/ad7192.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/staging/iio/adc/ad7192.c
+++ b/drivers/staging/iio/adc/ad7192.c
@@ -236,7 +236,7 @@ static int ad7192_setup(struct ad7192_st
 			st->mclk = pdata->ext_clk_hz;
 		else
 			st->mclk = AD7192_INT_FREQ_MHZ;
-			break;
+		break;
 	default:
 		ret = -EINVAL;
 		goto out;


Patches currently in stable-queue which might be from colin.king@canonical.com are

queue-4.4/staging-iio-adc-fix-indent-on-break-statement.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-26  9:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26  9:47 Patch "Staging: iio: adc: fix indent on break statement" has been added to the 4.4-stable tree gregkh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.