Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752330AbdHPToe (ORCPT ); Wed, 16 Aug 2017 15:44:34 -0400 Received: from mail-it0-f42.google.com ([209.85.214.42]:34671 "EHLO mail-it0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751943AbdHPToc (ORCPT ); Wed, 16 Aug 2017 15:44:32 -0400 Date: Wed, 16 Aug 2017 15:44:29 -0400 (EDT) From: Nicolas Pitre To: Chris Brandt cc: Alexander Viro , "linux-fsdevel@vger.kernel.org" , "linux-embedded@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: RE: [PATCH v2 1/5] cramfs: direct memory access support In-Reply-To: Message-ID: References: <20170816173536.1879-1-nicolas.pitre@linaro.org> <20170816173536.1879-2-nicolas.pitre@linaro.org> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 573 Lines: 20 On Wed, 16 Aug 2017, Chris Brandt wrote: > On Wednesday, August 16, 2017, Nicolas Pitre wrote: > > + bool "Support CramFs image over a regular block device" if EXPERT > > + depends on CRAMFS && BLOCK > > + default y > > + help > > + This option allows the CramFs driver to load data from a regular > > + block device such a disk partition or a ramdisk. > > + > > > trailing whitespace Yeah... Fixed it and the others in my git repo, thanks. This is something that can be done with git apply --whitespace=fix so I won't repost unless I get more comments. Nicolas