-----Original Message-----
From: edward.cree@amd.com <redacted>
Sent: Wednesday, September 27, 2023 11:14 AM
+/**
+ * struct ethtool_rxfh_context - a custom RSS context configuration
+ * @indir_size: Number of u32 entries in indirection table
+ * @key_size: Size of hash key, in bytes
+ * @hfunc: RSS hash function identifier. One of the %ETH_RSS_HASH_*
+ * @priv_size: Size of driver private data, in bytes
+ * @indir_no_change: indir was not specified at create time
+ * @key_no_change: hkey was not specified at create time */ struct
+ethtool_rxfh_context {
nit: */ and struct definition alignment.