Re: [PATCH ipmi/kcs_bmc v6] ipmi: kcs_bmc: coding-style fixes and use new poll type

2018-02-26 Thread Wang, Haiyue
On 2018-02-26 23:50, Corey Minyard wrote: On 02/26/2018 09:48 AM, Haiyue Wang wrote: Many for coding-style fixes, and update the poll API with the new type '__poll_t', this is new commit from linux-4.16-rc1. Signed-off-by: Haiyue Wang Sorry for the delay, I was on jury duty last week.  But

Re: [PATCH ipmi/kcs_bmc v6] ipmi: kcs_bmc: coding-style fixes and use new poll type

2018-02-26 Thread Corey Minyard
On 02/26/2018 09:48 AM, Haiyue Wang wrote: Many for coding-style fixes, and update the poll API with the new type '__poll_t', this is new commit from linux-4.16-rc1. Signed-off-by: Haiyue Wang Sorry for the delay, I was on jury duty last week.  But it looks like you got some useful changes

[PATCH ipmi/kcs_bmc v6] ipmi: kcs_bmc: coding-style fixes and use new poll type

2018-02-26 Thread Haiyue Wang
Many for coding-style fixes, and update the poll API with the new type '__poll_t', this is new commit from linux-4.16-rc1. Signed-off-by: Haiyue Wang --- v5 -> v6: - Add the missed change to EPOLLIN. v4 -> v5: - Simplify the commit title and message. - Change the 'MODULE_DEVICE_TABLE' positio