Thread (6 messages) 6 messages, 2 authors, 2016-01-28

Re: [PATCH] lib: remove "extern" keyword for functions from header files

From: Thomas Monjalon <hidden>
Date: 2016-01-27 18:07:01

2016-01-25 10:01, Ferruh Yigit:
Remove "extern" keywords in header files, the ones for function
prototypes
I've seen a lot of other extern keywords. Why not removing all?
-extern int rte_eth_dev_configure(uint8_t port_id,
-				 uint16_t nb_rx_queue,
-				 uint16_t nb_tx_queue,
-				 const struct rte_eth_conf *eth_conf);
+int rte_eth_dev_configure(uint8_t port_id, uint16_t nb_rx_queue,
+			  uint16_t nb_tx_queue,
+			  const struct rte_eth_conf *eth_conf);
The indent is weird.
Why not follow the guideline with 2 tabs?
http://dpdk.org/doc/guides-2.2/contributing/coding_style.html#c-indentation
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help