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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19252C43334 for ; Thu, 9 Jun 2022 14:04:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240553AbiFIOD6 (ORCPT ); Thu, 9 Jun 2022 10:03:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232769AbiFIOD5 (ORCPT ); Thu, 9 Jun 2022 10:03:57 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C7BB5DD29; Thu, 9 Jun 2022 07:03:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=kUhQxA1qelKtwWVRv8G+kYYr7+zVRWwYVB7OXsyGkpY=; b=tUJNUJDk+Y2q2PVRf8tCJfqbNU 7qqWsSwyqH1Q4nchLpSKJoGqXEhHtvhxXwVM5J6aIkiv4R4ooQM8yQd7zVLic8eGmed1AQl/sFnCT PcclJrG+lL9ekfLq6qYaQN9ln9YGmdX2NIvPw9+g5OQBUV3qr86XHurnOVFA/HbZ6uyZQolZaW4u6 rqS2PhQIksT2k8zt27kbBzLCHB7KZzbzwPU4egvuMctDdCdWJ7UE34+bAfofJ0STHTceEXrva03ga 9pwzvsHy1+IYgzwnfRpaFPRjlGqq6T48DR9MgZym5AD7FfAD62WlStSSciFmyZuWTOONIxeZLl+Gm dqeX9NIQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nzIlO-002OHe-GB; Thu, 09 Jun 2022 14:03:54 +0000 Date: Thu, 9 Jun 2022 07:03:54 -0700 From: Luis Chamberlain To: bh1scw@gmail.com Cc: keescook@chromium.org, yzaikin@google.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, songmuchun@bytedance.com Subject: Re: [PATCH] kernel/sysctl.c: Clean up indentation, replace spaces with tab. Message-ID: References: <20220522052933.829296-1-bh1scw@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220522052933.829296-1-bh1scw@gmail.com> Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 22, 2022 at 01:29:33PM +0800, bh1scw@gmail.com wrote: > From: Fanjun Kong > > This patch fixes two coding style issues: > 1. Clean up indentation, replace spaces with tab > 2. Add space after ',' > > Signed-off-by: Fanjun Kong Queued up to sysctl-next, thanks! Luis