Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp6019726ybv; Tue, 18 Feb 2020 08:19:44 -0800 (PST) X-Google-Smtp-Source: APXvYqy4h5KTgoJuseVsjq2sz85oEph7gYW15rBcfQoKcUkz4Agut93C51Su0VlPce9HsFduL3++ X-Received: by 2002:a9d:3b09:: with SMTP id z9mr16515182otb.195.1582042783878; Tue, 18 Feb 2020 08:19:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582042783; cv=none; d=google.com; s=arc-20160816; b=Z08sgTIt4rL93Rw4f0hoZ80YgqeZqkn1rIRcz3uBfQUFuta0QGeFB7D+ls+DSshdJh odtLs7gdMgxwrDHwHf3n61zg5l/cl6RSv4muShWfOVQ2qHOV+mwUzvWOpqUr04fgP7D/ NdgCb3N6jlluukkE5r7oo2yrwiFCtozIinssfQIyeBpYZBKZHt5HrYd4Mt2xcuPZmAlc AQeZ2K+qcGyLC+mvZUdEmdjru8+ZwwHett4Xg4YumVJJf57jHhcpIUbxWUdzfG7ehMXv XuHwEkl8cC+K/CYp+PFzytGkfLDjqirSlnrWA+NqhSCVRGKUzhsHm82A/HdVj+J/YrGS HGbw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=mH7tl6YFl9q2H5PFRcDTzD4hBz2LXjUXB4kcsR27hv0=; b=BTVUirm58HJPw+8LncFedkyCP46YcBD+u4sg+pJH3XO0kPUEpGm7DPKdl1Ips6so70 gQzZJja7Kq9ThP5rX7RNBttRXPjV6eA6TYj8YMD1bHgq+41W/cjdTcgreRR8SU/wV5FJ IaRiDC20fg4t1y6C5/Rx2tsUX5HGt+41QsfDCKxkmz+VN0JUBzKxVmUfoMcbgXo0Jl0l ku7xGNtkvkWvQshU6k99cKs+PMMNHzKds0wqt6NjQE9NDWLZdbdCMTUcwGrkqkZ9tzQ1 AGNT1BWxh7yINnjtHqVF5Pay0hfMGA5Jyl5PI01AFdU5idclcGRmDeZmnpeIdubO76eC CumQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l14si1983050otk.225.2020.02.18.08.19.31; Tue, 18 Feb 2020 08:19:43 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726549AbgBRQTY (ORCPT + 99 others); Tue, 18 Feb 2020 11:19:24 -0500 Received: from gentwo.org ([3.19.106.255]:41640 "EHLO gentwo.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726422AbgBRQTY (ORCPT ); Tue, 18 Feb 2020 11:19:24 -0500 Received: by gentwo.org (Postfix, from userid 1002) id 9F8263E998; Tue, 18 Feb 2020 16:19:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by gentwo.org (Postfix) with ESMTP id 9EA5C3E997; Tue, 18 Feb 2020 16:19:23 +0000 (UTC) Date: Tue, 18 Feb 2020 16:19:23 +0000 (UTC) From: Christopher Lameter X-X-Sender: cl@www.lameter.com To: "Tobin C. Harding" cc: Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] tools: vm: slabinfo: Replace tabs with spaces In-Reply-To: <20200217084828.9092-2-tobin@kernel.org> Message-ID: References: <20200217084828.9092-1-tobin@kernel.org> <20200217084828.9092-2-tobin@kernel.org> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Feb 2020, Tobin C. Harding wrote: > Replace the tabs with spaces, correctly aligning all option description > strings. Acked-by: Christoph Lameter