From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751455AbdJLNnZ (ORCPT ); Thu, 12 Oct 2017 09:43:25 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:44761 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750716AbdJLNnY (ORCPT ); Thu, 12 Oct 2017 09:43:24 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1507815801.5910.11.camel@hadess.net> Subject: Re: [PATCH] fbdev: Fix typo in vfb comment From: Bastien Nocera To: Jiri Kosina Cc: linux-kernel@vger.kernel.org Date: Thu, 12 Oct 2017 15:43:21 +0200 In-Reply-To: References: <20170620161746.14943-1-hadess@hadess.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.1 (3.26.1-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-10-12 at 15:31 +0200, Jiri Kosina wrote: > On Tue, 20 Jun 2017, Bastien Nocera wrote: > > > Signed-off-by: Bastien Nocera > > --- > > drivers/video/fbdev/vfb.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/video/fbdev/vfb.c b/drivers/video/fbdev/vfb.c > > index da653a080394..59cd17bd9de6 100644 > > --- a/drivers/video/fbdev/vfb.c > > +++ b/drivers/video/fbdev/vfb.c > > @@ -374,7 +374,7 @@ static int vfb_mmap(struct fb_info *info, > > > > #ifndef MODULE > > /* > > - * The virtual framebuffer driver is only enabled if explicitly > > + * The virtual framebuffer driver is only enabled if explicitely > > Is this really an improvement? :) Apparently not, feel free to drop that patch.