Re: [PATCH v2 6/7] EDAC: add edac_check_mc_owner() to check MC owner

From: Kani, Toshimitsu
Date: Fri Aug 04 2017 - 11:21:52 EST


On Fri, 2017-08-04 at 21:06 +0800, kbuild test robot wrote:
> Hi Toshi,
>
> [auto build test WARNING on pm/linux-next]
> [also build test WARNING on v4.13-rc3]
> [cannot apply to edac/linux_next bp/for-next next-20170804]
> [if your patch is applied to the wrong git tree, please drop us a
> note to help improve the system]
>
> url:ÂÂÂÂhttps://github.com/0day-ci/linux/commits/Toshi-Kani/enable-gh
> es_edac-on-selected-platforms/20170804-190846
> base:ÂÂÂhttps://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-
> pm.git linux-next
> reproduce: make htmldocs
>
> All warnings (new ones prefixed by >>):
:
> ÂÂÂunsigned sz_pvt);
> ÂÂÂ129
> ÂÂÂ130 /**
> Â> 131 Â*

Removed this extra commented line.

Thanks!
-Toshi


> ÂÂÂ132 Â* edac_check_mc_owner - Check the owner of EDAC MC
> ÂÂÂ133 Â*
> ÂÂÂ134 Â* @mod_name: pointer to the module name
> ÂÂÂ135 Â*
> ÂÂÂ136 Â* Returns:
> ÂÂÂ137 Â* 1 when EDAC MC is free or owned by the module
> name
> ÂÂÂ138 Â* 0 when EDAC MC is owned by other module
> ÂÂÂ139 Â*/
> ÂÂÂ140 extern int edac_check_mc_owner(const char *mod_name);
> ÂÂÂ141