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 D8D65C54EE9 for ; Thu, 1 Sep 2022 07:00:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233252AbiIAHAP (ORCPT ); Thu, 1 Sep 2022 03:00:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233341AbiIAHAA (ORCPT ); Thu, 1 Sep 2022 03:00:00 -0400 Received: from mail.skyhub.de (mail.skyhub.de [5.9.137.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C2B612779; Wed, 31 Aug 2022 23:59:49 -0700 (PDT) Received: from nazgul.tnic (unknown [84.201.196.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 3C72F1EC0409; Thu, 1 Sep 2022 08:59:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1662015583; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=mZKc6wmNg1eKrRkSc0tVYSpR5yDgCQZI71NJKLH/SRY=; b=DzUVkwEI1DtVr+EOHpO+sOLT2Iej7olVzcv9IKdxyOonl9C4m2P7qqv5eNpqofQATP+lMY o9rYL01guwcnuzUyQnJjUHI0FmTViAPgNqTlr7GQZITddfrsHVzNXlR/tvJktZ+dwTS5F+ xxVBliA1IAcQRbWFYPIvVl6iN/TwliI= Date: Thu, 1 Sep 2022 08:59:49 +0200 From: Borislav Petkov To: Serge Semin Cc: Rob Herring , Michal Simek , Mauro Carvalho Chehab , Tony Luck , James Morse , Robert Richter , Serge Semin , Alexey Malahov , Michail Ivanov , Pavel Parkhomenko , Punnaiah Choudary Kalluri , Manish Narani , Dinh Nguyen , Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 12/20] EDAC/mc: Replace spaces with tabs in memtype flags definition Message-ID: References: <20220822190730.27277-1-Sergey.Semin@baikalelectronics.ru> <20220822190730.27277-13-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220822190730.27277-13-Sergey.Semin@baikalelectronics.ru> Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org On Mon, Aug 22, 2022 at 10:07:22PM +0300, Serge Semin wrote: > Currently the memory type macros are partly defined with the multiple > spaces between the macro name and its definition. Let's replace the spaces > with tabs as the kernel coding style requires. > > Signed-off-by: Serge Semin > --- > include/linux/edac.h | 30 +++++++++++++++--------------- > 1 file changed, 15 insertions(+), 15 deletions(-) Applied, thanks. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette