From: Jingoo Han Date: Mon, 14 Oct 2013 01:31:51 +0000 (+0900) Subject: spi: Fix checkpatch issue X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~15^2~23^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fe5f05e2202414a8b9015e9aedf19e08f6fe832;p=pandora-kernel.git spi: Fix checkpatch issue Fix the following checkpatch error and warnings. ERROR: space required after that ',' (ctx:VxV) WARNING: quoted string split across lines WARNING: max() should probably be max_t(int, nb, master->num_chipselect) WARNING: sizeof *spi should be sizeof(*spi) WARNING: sizeof *master should be sizeof(*master) WARNING: sizeof x should be sizeof(x) Signed-off-by: Jingoo Han Signed-off-by: Mark Brown --- Reading git-diff-tree failed