From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Mon, 13 Feb 2017 13:04:59 -0800 Subject: [PATCH 07/10] ARM: davinci: fix a whitespace error In-Reply-To: (Kevin Hilman's message of "Mon, 13 Feb 2017 10:36:10 -0800") References: <1486485683-11427-1-git-send-email-bgolaszewski@baylibre.com> <1486485683-11427-8-git-send-email-bgolaszewski@baylibre.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Kevin Hilman writes: > Bartosz Golaszewski writes: > >> There's a stray tab in da850_vpif_legacy_init(). Remove it. >> >> Signed-off-by: Bartosz Golaszewski > > Folding into the original, Looks like the version in Sekhar's v4.11/soc branch already has this fixed. Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 07/10] ARM: davinci: fix a whitespace error Date: Mon, 13 Feb 2017 13:04:59 -0800 Message-ID: References: <1486485683-11427-1-git-send-email-bgolaszewski@baylibre.com> <1486485683-11427-8-git-send-email-bgolaszewski@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: (Kevin Hilman's message of "Mon, 13 Feb 2017 10:36:10 -0800") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Bartosz Golaszewski Cc: Sekhar Nori , Patrick Titiano , Michael Turquette , Rob Herring , Mark Rutland , Russell King , Alexandre Bailon , David Lechner , Laurent Pinchart , Mauro Carvalho Chehab , Lad Prabhakar , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Kevin Hilman writes: > Bartosz Golaszewski writes: > >> There's a stray tab in da850_vpif_legacy_init(). Remove it. >> >> Signed-off-by: Bartosz Golaszewski > > Folding into the original, Looks like the version in Sekhar's v4.11/soc branch already has this fixed. Kevin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-oi0-f54.google.com ([209.85.218.54]:34348 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752203AbdBMVFC (ORCPT ); Mon, 13 Feb 2017 16:05:02 -0500 Received: by mail-oi0-f54.google.com with SMTP id s203so58353565oie.1 for ; Mon, 13 Feb 2017 13:05:01 -0800 (PST) From: Kevin Hilman To: Bartosz Golaszewski Cc: Sekhar Nori , Patrick Titiano , Michael Turquette , Rob Herring , Mark Rutland , Russell King , Alexandre Bailon , David Lechner , Laurent Pinchart , Mauro Carvalho Chehab , Lad Prabhakar , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Subject: Re: [PATCH 07/10] ARM: davinci: fix a whitespace error References: <1486485683-11427-1-git-send-email-bgolaszewski@baylibre.com> <1486485683-11427-8-git-send-email-bgolaszewski@baylibre.com> Date: Mon, 13 Feb 2017 13:04:59 -0800 In-Reply-To: (Kevin Hilman's message of "Mon, 13 Feb 2017 10:36:10 -0800") Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-media-owner@vger.kernel.org List-ID: Kevin Hilman writes: > Bartosz Golaszewski writes: > >> There's a stray tab in da850_vpif_legacy_init(). Remove it. >> >> Signed-off-by: Bartosz Golaszewski > > Folding into the original, Looks like the version in Sekhar's v4.11/soc branch already has this fixed. Kevin