Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp481165pxu; Fri, 4 Dec 2020 07:56:55 -0800 (PST) X-Google-Smtp-Source: ABdhPJx8b6Iozm7w6EqmoolWAahgRq7DtFS/fC32yQPMYD/Xeu/YR3ahBLTf8bMpNgYkWhXq3iUk X-Received: by 2002:a17:906:1412:: with SMTP id p18mr7848910ejc.480.1607097415718; Fri, 04 Dec 2020 07:56:55 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607097415; cv=none; d=google.com; s=arc-20160816; b=CHjsnIy+jXgd6ctHrUNwUudhzjINmYoC0BLVCQtptKcK+9BZNEWPEBn0X+HIkprjpy XrCzgNy9/dX651d6YRF50I1GCN7WetEP5yCGzRmo698+on1gtEBqIvMe2cCFR0Bwx/ms r2+iJ4l6u+cDCRQtgAWr2jr56zuH7UZiieWZgfhigeSiP/CrUNEWFTZmC4ZT5aKXK8Jo XCLeV/13HyFeEvTNPIynQlXm344WHQD5lRu/pqa21R2XyFzOFJsyzDM2cmgkLzznQTAv n9nZJkpYTMl46QSvWwVCatfWJhfZV2LTBbbOLkZJYEZH7+80zjTgw+qqqhGV977dCUCT 5pLQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:dkim-signature:date; bh=QIbj0H4Em8smDnYh6Hh3yus01Ai6xH4Fet/jWIfB6qU=; b=xD28j/UN4GsgpAjuXK5WaZVYI4fp2qnS71j36I6Dh/Xo3EmWj2dySbIrfPoMkFjKQl IB4nTJRlITrkcmmogmnEG86GjrsmsqGG1J7Ugy01/ZgDGRBB8dEPu6bP7W8EjuVZmqGl tM/Mi/7pJ2vJuf2ZqjxDF7ykp8vNa1EET677u0L8DiA57keeOyQt0rOzQmdOtLboXjvL BhnFeZwtJkOrXpS7Gzo4eonsB5XoX7x9G/00AlUw2lGEiBY8zrPqk1EPpRggPdkHUveu 6VGIO/xkwPMHkwQzZ6kdawQvEjRP6dhpCeqdq+9w5EmYRw2Ev+4ou4jHk6ZS/Oybijqu m3Rw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=JAavfzz+; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id by4si1531385ejc.732.2020.12.04.07.56.32; Fri, 04 Dec 2020 07:56:55 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=JAavfzz+; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730538AbgLDPxK (ORCPT + 99 others); Fri, 4 Dec 2020 10:53:10 -0500 Received: from mail.kernel.org ([198.145.29.99]:43888 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726427AbgLDPxK (ORCPT ); Fri, 4 Dec 2020 10:53:10 -0500 Date: Fri, 4 Dec 2020 16:53:40 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607097144; bh=joesd0VC32GUl4vlLoi/gJEGTBVxw5QiUzTjAyk4/ao=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=JAavfzz+6xysPYv5v+2uuYQpFYyRk7ODsDiDN5Z/FlAcS1osreISClYZWXo2WlcGN qi9wJxK3O8E8w82eVO9K6+ySL5LbPNK/RrRUWiZ9DAko3rSI8L8+fXhVAJiAASFcHI 5DvW/UzLRYK5hEK9PqGzEYk919q/Ksra1NCt1K+8= From: Greg KH To: "Yan.Gao" Cc: jirislaby@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] TTY: Fix whitespace inconsistencies in vt_io_ioctl Message-ID: References: <20201204015201.9122-1-gao.yanB@h3c.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201204015201.9122-1-gao.yanB@h3c.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 04, 2020 at 09:52:01AM +0800, Yan.Gao wrote: > Replaces spaces with tabs for indentation. > > Signed-off-by: Yan.Gao > --- > drivers/tty/vt/vt_ioctl.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/tty/vt/vt_ioctl.c b/drivers/tty/vt/vt_ioctl.c > index 5f61b25a9..3813c40f1 100644 > --- a/drivers/tty/vt/vt_ioctl.c > +++ b/drivers/tty/vt/vt_ioctl.c > @@ -596,12 +596,12 @@ static int vt_io_ioctl(struct vc_data *vc, unsigned int cmd, void __user *up, > return con_font_op(vc, &op); > > case PIO_CMAP: > - if (!perm) > + if (!perm) > return -EPERM; > return con_set_cmap(up); > > case GIO_CMAP: > - return con_get_cmap(up); > + return con_get_cmap(up); > > case PIO_FONTX: > if (!perm) > -- > 2.17.1 > > ------------------------------------------------------------------------------------------------------------------------------------- > ?????????????????????????????????????????????????????????????????? > ???????????????????????????????????????????????????????????????????????????????? > ???????????????????????????????????????????????????????????????????????????????? > ?????? > This e-mail and its attachments contain confidential information from New H3C, which is > intended only for the person or entity whose address is listed above. Any use of the > information contained herein in any way (including, but not limited to, total or partial > disclosure, reproduction, or dissemination) by persons other than the intended > recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender > by phone or email immediately and delete it! Your email is now deleted from my system, this footer is not compatible with kernel patch submission, sorry. greg k-h