From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06033C433E0 for ; Wed, 3 Mar 2021 18:11:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B70D664E20 for ; Wed, 3 Mar 2021 18:11:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1574419AbhCCRdo (ORCPT ); Wed, 3 Mar 2021 12:33:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:55988 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349198AbhCCN4k (ORCPT ); Wed, 3 Mar 2021 08:56:40 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4478C64E87; Wed, 3 Mar 2021 13:55:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614779754; bh=y+3D2ihOR15AlOsH25HAl7Bu9/GoIWNYosMrVHxotiQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vjXJ/gK4TyF7Ma53BIHkYMoX6TGx/2Tl4NXVAvJUGnucYHfxa2lakbUl+N+GNta7q zz7URZXNhx4wqXUOTm2G8D1K4efC/LXLJR4QLVR86fU610wWYHRsZ2S8jJp1kG7pS9 MvUxx72S6UXtKu2JcNjimQv5D+gW8g5QY0+WEpLM= Date: Wed, 3 Mar 2021 14:55:52 +0100 From: Greg KH To: maqiang Cc: arnd@arndb.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] char: lp: remove redundant space Message-ID: References: <20210303113938.16867-1-maqianga@uniontech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210303113938.16867-1-maqianga@uniontech.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 03, 2021 at 07:39:38PM +0800, maqiang wrote: > These two lines of code don't meet the kernel coding style, > so remove the redundant space. > > Signed-off-by: maqiang Please use your "full" name that you sign legal documents with. thanks, greg k-h