From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754608AbcFPXiA (ORCPT ); Thu, 16 Jun 2016 19:38:00 -0400 Received: from gloria.sntech.de ([95.129.55.99]:50389 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752665AbcFPXh7 (ORCPT ); Thu, 16 Jun 2016 19:37:59 -0400 From: Heiko Stuebner To: Brian Norris Cc: Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Doug Anderson , Shawn Lin , linux-arm-kernel@lists.infradead.org, Brian Norris Subject: Re: [PATCH 4/4] phy: rockchip-emmc: reindent the register definitions Date: Fri, 17 Jun 2016 01:37:56 +0200 Message-ID: <66655495.x3bfa8edk2@phil> User-Agent: KMail/4.14.10 (Linux/4.3.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <1463092986-61777-4-git-send-email-briannorris@chromium.org> References: <1463092986-61777-1-git-send-email-briannorris@chromium.org> <1463092986-61777-4-git-send-email-briannorris@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 12. Mai 2016, 15:43:06 schrieb Brian Norris: > Some of the spacing was wrong (spaces instead of tabs), and due to > longer entries added later, the columns weren't aligned. Let's get > everything consistent. > > Signed-off-by: Brian Norris Readability is always nice :-) Reviewed-by: Heiko Stuebner