Re: [PATCH] mmc: dw_mmc: Fix coding style issues

2015-08-02 Thread Shawn Lin
On 2015-8-3 12:07, Jaehoon Chung wrote: Hi, Shawn. On 07/28/2015 12:06 PM, Shawn Lin wrote: 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 leng

Re: [PATCH] mmc: dw_mmc: Fix coding style issues

2015-08-02 Thread Jaehoon Chung
Hi, Shawn. On 07/28/2015 12:06 PM, Shawn Lin wrote: > 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 > -

[PATCH] mmc: dw_mmc: Fix coding style issues

2015-07-27 Thread Shawn Lin
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