Re: [Xen-devel] [PATCH v2 1/7] xen/mce: adjust comment of callback register functions

2017-03-01 Thread Konrad Rzeszutek Wilk
On Mon, Feb 27, 2017 at 01:09:06PM +0800, Haozhong Zhang wrote: > c/s e966818264908e842e2847f579ca4d94e586eaac added > mce_need_clearbank_register below the comment of > x86_mce_callback_register(). This commit (1) adjusts the first > paragraph of comment to be a general statement of all callback >

[Xen-devel] [PATCH v2 1/7] xen/mce: adjust comment of callback register functions

2017-02-26 Thread Haozhong Zhang
c/s e966818264908e842e2847f579ca4d94e586eaac added mce_need_clearbank_register below the comment of x86_mce_callback_register(). This commit (1) adjusts the first paragraph of comment to be a general statement of all callback register functions, and (2) moves the second paragraph to the front of x8