From: Shawn Lin Date: Mon, 3 Aug 2015 07:07:21 +0000 (+0800) Subject: mmc: dw_mmc: Fix coding style issues X-Git-Tag: omap-for-v4.3/fixes-rc1~60^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e3a22c044478b6114a767af4a765c0e33eddd53;p=pandora-kernel.git mmc: dw_mmc: Fix coding style issues This patch fixes the following issues reported by checkpatch.pl: - use -EINVAL instead of -ENOSYS, to fix warning message: "ENOSYS means 'invalid syscall nr' and nothing else" - split lines whose length is greater than 80 characters - avoid quoted string split across lines - use min_t instead of min, to fix warning message: "min() should probably be min_t(int, cnt, host->part_buf_count)" - fix missing a blank line after declarations Signed-off-by: Shawn Lin Signed-off-by: Jaehoon Chung --- Reading git-diff-tree failed