From mboxrd@z Thu Jan 1 00:00:00 1970 From: stillcompiling@gmail.com (Joshua Clayton) Date: Tue, 17 Nov 2015 08:15:45 -0800 Subject: [PATCH 0/8] spi: Add file i/o to spidev_test In-Reply-To: <20151117153746.GS31303@sirena.org.uk> References: <20151117153746.GS31303@sirena.org.uk> Message-ID: <2760715.DGIOLUoqL9@jclayton-pc> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday, November 17, 2015 03:37:46 PM Mark Brown wrote: > On Tue, Nov 17, 2015 at 07:24:20AM -0800, Joshua Clayton wrote: > > > Documentation/spi/spidev_test.c: use one rx buffer > > Documentation/spi/spidev_test.c: clean up input_tx > > Documentation/spi/spidev_test.c: accept input from a file > > Documentation/spi/spidev_test.c: output to a file > > Documentation/spi/spidev_test.c: check error > > Documentation/spi/spidev_test.c: fix whitespace > > Please use subjct lines reflecting the style for the subsystem. OK. Will do. Assuming "spi: spidev_test: yadda..." It was a bit unclear due to the location of the file. -- ~Joshua Clayton