mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
treewide: Get rid of // comments, even inside comments.
Just a style fix. With this patch, the following reports no hits: git ls-files | grep '\.[ch]$' | grep -vE 'datapath|sflow' \ | xargs grep -n // | grep -vE "http|s/|'|\"" Acked-by: Ilya Maximets <i.maximets@samsung.com> Reported-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
@@ -3569,10 +3569,10 @@ struct nx_action_cnt_ids {
|
||||
ovs_be16 n_controllers; /* Number of controllers. */
|
||||
uint8_t zeros[4]; /* Must be zero. */
|
||||
|
||||
/* Followed by 1 or more controller ids.
|
||||
/* Followed by 1 or more controller ids:
|
||||
*
|
||||
* uint16_t cnt_ids[]; // Controller ids.
|
||||
* uint8_t pad[]; // Must be 0 to 8-byte align cnt_ids[].
|
||||
* uint16_t cnt_ids[]; -- Controller ids.
|
||||
* uint8_t pad[]; -- Must be 0 to 8-byte align cnt_ids[].
|
||||
*/
|
||||
};
|
||||
OFP_ASSERT(sizeof(struct nx_action_cnt_ids) == 16);
|
||||
|
Reference in New Issue
Block a user