RE: [PATCH v2 1/5] cramfs: direct memory access support

From: Nicolas Pitre
Date: Wed Aug 16 2017 - 15:44:37 EST


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