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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 12 May 2011 01:52:37 +0200
From:	Nicolas Kaiser <nikai@...ai.net>
To:	Rafael Aquini <aquini@...ux.com>
Cc:	Jay Vosburgh <fubar@...ibm.com>, Joe Perches <joe@...ches.com>,
	kernel-janitors@...r.kernel.org,
	David Miller <davem@...emloft.net>,
	Andy Gospodarek <andy@...yhouse.net>, shemminger@...tta.com,
	netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6] net/bonding: adjust codingstyle for
 bond_3ad files

* Rafael Aquini <aquini@...ux.com>:
>         * switched all comments from C99-style to C89-style;

> diff --git a/drivers/net/bonding/bond_3ad.h b/drivers/net/bonding/bond_3ad.h
> index 291dbd4..bc437c3 100644
> --- a/drivers/net/bonding/bond_3ad.h
> +++ b/drivers/net/bonding/bond_3ad.h

> @@ -246,30 +257,32 @@ struct ad_system {
>  #pragma pack()
>  #endif
>  
> -// ================= AD Exported structures to the main bonding code ==================
> +/* ============ AD Exported structures to the main bonding code ============ */
>  #define BOND_AD_INFO(bond)   ((bond)->ad_info)
>  #define SLAVE_AD_INFO(slave) ((slave)->ad_info)

> -// ================= AD Exported functions to the main bonding code ==================
> -void bond_3ad_initialize(struct bonding *bond, u16 tick_resolution, int lacp_fast);
> +// ============= AD Exported functions to the main bonding code ============ */
   ^^
   /*

Cheers,
Nicolas Kaiser
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ