netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH nft] src: Sync comments with current expr definition
@ 2019-07-23 17:36 Brett Mastbergen
  2019-07-23 19:23 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Mastbergen @ 2019-07-23 17:36 UTC (permalink / raw)
  To: netfilter-devel

ops has been removed, and etype has been added

Signed-off-by: Brett Mastbergen <bmastbergen@untangle.com>
---
 include/expression.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/expression.h b/include/expression.h
index 4de53682..717b6755 100644
--- a/include/expression.h
+++ b/include/expression.h
@@ -208,9 +208,9 @@ enum expr_flags {
  * @flags:	mask of enum expr_flags
  * @dtype:	data type of expression
  * @byteorder:	byteorder of expression
- * @len:	length of expression
- * @ops:	expression ops
+ * @etype:	expression type
  * @op:		operation for unary, binary and relational expressions
+ * @len:	length of expression
  * @union:	type specific data
  */
 struct expr {
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH nft] src: Sync comments with current expr definition
  2019-07-23 17:36 [PATCH nft] src: Sync comments with current expr definition Brett Mastbergen
@ 2019-07-23 19:23 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2019-07-23 19:23 UTC (permalink / raw)
  To: Brett Mastbergen; +Cc: netfilter-devel

On Tue, Jul 23, 2019 at 01:36:49PM -0400, Brett Mastbergen wrote:
> ops has been removed, and etype has been added

Applied, thanks Brett.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-23 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-23 17:36 [PATCH nft] src: Sync comments with current expr definition Brett Mastbergen
2019-07-23 19:23 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).