From patchwork Sat Jun 13 07:37:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11602579 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 76BA51391 for ; Sat, 13 Jun 2020 07:38:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 623F6207DD for ; Sat, 13 Jun 2020 07:38:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725875AbgFMHiF (ORCPT ); Sat, 13 Jun 2020 03:38:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725783AbgFMHiE (ORCPT ); Sat, 13 Jun 2020 03:38:04 -0400 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [IPv6:2a02:1800:120:4::f00:14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C4A3C08C5C1 for ; Sat, 13 Jun 2020 00:38:04 -0700 (PDT) Received: from ramsan ([IPv6:2a02:1810:ac12:ed20:b5c0:3e9f:54c6:a282]) by xavier.telenet-ops.be with bizsmtp id qXdw2200e0MrZeJ01Xdwn6; Sat, 13 Jun 2020 09:37:59 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1jk0jk-0003e2-MN; Sat, 13 Jun 2020 09:37:56 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1jk0jk-0004KU-K2; Sat, 13 Jun 2020 09:37:56 +0200 From: Geert Uytterhoeven To: Mark Brown , Qing Zhang Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] spi: uapi: spidev: Use TABs for alignment Date: Sat, 13 Jun 2020 09:37:54 +0200 Message-Id: <20200613073755.15906-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org The UAPI uses TABs for alignment. Convert the recently introduced spaces to TABs to restore consistency. Fixes: f30e8cbdf8ee1a43 ("spi: tools: Add macro definitions to fix build errors") Signed-off-by: Geert Uytterhoeven --- include/uapi/linux/spi/spidev.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/uapi/linux/spi/spidev.h b/include/uapi/linux/spi/spidev.h index 9390615d52f0c1cb..d56427c0b3e05953 100644 --- a/include/uapi/linux/spi/spidev.h +++ b/include/uapi/linux/spi/spidev.h @@ -48,10 +48,10 @@ #define SPI_TX_QUAD 0x200 #define SPI_RX_DUAL 0x400 #define SPI_RX_QUAD 0x800 -#define SPI_CS_WORD 0x1000 -#define SPI_TX_OCTAL 0x2000 -#define SPI_RX_OCTAL 0x4000 -#define SPI_3WIRE_HIZ 0x8000 +#define SPI_CS_WORD 0x1000 +#define SPI_TX_OCTAL 0x2000 +#define SPI_RX_OCTAL 0x4000 +#define SPI_3WIRE_HIZ 0x8000 /*---------------------------------------------------------------------------*/