diff mbox series

include: remove outdated comment

Message ID 20170923091123.3115-1-chenjingpiao@gmail.com
State Accepted
Delegated to: Pablo Neira
Headers show
Series include: remove outdated comment | expand

Commit Message

JingPiao Chen Sept. 23, 2017, 9:11 a.m. UTC
Remove outdated comment, format field in struct cmd have moved in
commit 788687b0.

Signed-off-by: JingPiao Chen <chenjingpiao@gmail.com>
---
 include/rule.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Pablo Neira Ayuso Sept. 27, 2017, 12:15 p.m. UTC | #1
On Sat, Sep 23, 2017 at 05:11:22PM +0800, JingPiao Chen wrote:
> Remove outdated comment, format field in struct cmd have moved in
> commit 788687b0.

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/include/rule.h b/include/rule.h
index 631a1bc..89a6da6 100644
--- a/include/rule.h
+++ b/include/rule.h
@@ -437,7 +437,6 @@  void monitor_free(struct monitor *m);
  * @seqnum:	sequence number to match netlink errors
  * @union:	object
  * @arg:	argument data
- * @format:	info about the export/import format
  */
 struct cmd {
 	struct list_head	list;