Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030948AbbD1Tnm (ORCPT ); Tue, 28 Apr 2015 15:43:42 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:35065 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030658AbbD1Tnk (ORCPT ); Tue, 28 Apr 2015 15:43:40 -0400 MIME-Version: 1.0 In-Reply-To: <1430199659-21514-1-git-send-email-pankaj.dubey@samsung.com> References: <1430199659-21514-1-git-send-email-pankaj.dubey@samsung.com> Date: Tue, 28 Apr 2015 13:43:39 -0600 Message-ID: Subject: Re: [PATCH] coresight: fix typo in of_coresight.c From: Mathieu Poirier To: Pankaj Dubey Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1226 Lines: 32 On 27 April 2015 at 23:40, Pankaj Dubey wrote: > fixes obvious typo in of_coresight.c > %s/non-configuable/non-configurable > > Signed-off-by: Pankaj Dubey > --- > drivers/hwtracing/coresight/of_coresight.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/hwtracing/coresight/of_coresight.c b/drivers/hwtracing/coresight/of_coresight.c > index 35e51ce..b097361 100644 > --- a/drivers/hwtracing/coresight/of_coresight.c > +++ b/drivers/hwtracing/coresight/of_coresight.c > @@ -37,7 +37,7 @@ of_coresight_get_endpoint_device(struct device_node *endpoint) > struct device *dev = NULL; > > /* > - * If we have a non-configuable replicator, it will be found on the > + * If we have a non-configurable replicator, it will be found on the > * platform bus. > */ > dev = bus_find_device(&platform_bus_type, NULL, > -- > 2.2.0 > Applied - thanks -- 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/