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:	Tue, 31 May 2011 15:28:23 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	somnath.kotur@...lex.Com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6] be2net: Fallback to the older opcode if
 MCC_CREATE_EXT opcode is not supported on the card

From: Somnath Kotur <somnath.kotur@...lex.Com>
Date: Tue, 31 May 2011 19:52:45 +0530

> @@ -3395,6 +3395,10 @@ static int __devinit be_probe(struct pci_dev *pdev,
>  	}
>  
>  	dev_info(&pdev->dev, "%s port %d\n", nic_name(pdev), adapter->port_num);
> +	/* By default all priorities are enabled.
> +	Needed in case of no GRP5 evt support */

Please format this comment properly:

	/* By default all priorities are enabled.
	 * Needed in case of no GRP5 evt support
	 */
--
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