lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 23 Sep 2022 10:29:30 +0000
From:   Wei Liu <wei.liu@...nel.org>
To:     "Michael Kelley (LINUX)" <mikelley@...rosoft.com>
Cc:     Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
        KY Srinivasan <kys@...rosoft.com>,
        Haiyang Zhang <haiyangz@...rosoft.com>,
        Stephen Hemminger <sthemmin@...rosoft.com>,
        "wei.liu@...nel.org" <wei.liu@...nel.org>,
        Dexuan Cui <decui@...rosoft.com>,
        "linux-hyperv@...r.kernel.org" <linux-hyperv@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH] Drivers: hv: vmbus: Fix kernel-doc

On Thu, Sep 22, 2022 at 10:37:27PM +0000, Michael Kelley (LINUX) wrote:
> From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com> Sent: Sunday, September 18, 2022 11:38 PM
> > 
> > drivers/hv/vmbus_drv.c:1587: warning: expecting prototype for
> > __vmbus_child_driver_register(). Prototype was for __vmbus_driver_register() instead.
> > 
> > Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2210
> > Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> > Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
> > ---
> >  drivers/hv/vmbus_drv.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c
> > index 7b9f3fc3adf7..621702a1725f 100644
> > --- a/drivers/hv/vmbus_drv.c
> > +++ b/drivers/hv/vmbus_drv.c
> > @@ -1573,7 +1573,7 @@ static int vmbus_bus_init(void)
> >  }
> > 
> >  /**
> > - * __vmbus_child_driver_register() - Register a vmbus's driver
> > + * __vmbus_driver_register() - Register a vmbus's driver
> >   * @hv_driver: Pointer to driver structure you want to register
> >   * @owner: owner module of the drv
> >   * @mod_name: module name string
> > --
> > 2.20.1.7.g153144c
> 
> Reviewed-by: Michael Kelley <mikelley@...rosoft.com>
> 

Applied to hyperv-next. Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ