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, 08 Nov 2018 14:22:37 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     sunil.kovvuri@...il.com
Cc:     netdev@...r.kernel.org, arnd@...db.de, linux-soc@...r.kernel.org,
        sgoutham@...vell.com
Subject: Re: [PATCH 04/20] octeontx2-af: NPC MCAM entry alloc/free support

From: sunil.kovvuri@...il.com
Date: Fri,  9 Nov 2018 00:05:45 +0530

> +int rvu_mbox_handler_NPC_MCAM_ALLOC_ENTRY(struct rvu *rvu,
> +					  struct npc_mcam_alloc_entry_req *req,
> +					  struct npc_mcam_alloc_entry_rsp *rsp);
> +int rvu_mbox_handler_NPC_MCAM_FREE_ENTRY(struct rvu *rvu,
> +					 struct npc_mcam_free_entry_req *req,
> +					 struct msg_rsp *rsp);

Please don't use capitalized letters or StUdLyCaPs for function and variable
names.

Keep capitalized letters for CPP macros.

This is how programmers visually can see if something is a real C declaration
or some CPP stuff.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ