From patchwork Thu Sep 8 17:55:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Guy Briggs X-Patchwork-Id: 667746 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3sVSqd6sP2z9s4n for ; Fri, 9 Sep 2016 04:03:09 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=tricolour.ca header.i=@tricolour.ca header.b=qZwTW0j1; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758610AbcIHSDG (ORCPT ); Thu, 8 Sep 2016 14:03:06 -0400 Received: from toccata2.tricolour.ca ([204.225.221.17]:46165 "EHLO toccata2.tricolour.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752900AbcIHSDE (ORCPT ); Thu, 8 Sep 2016 14:03:04 -0400 X-Greylist: delayed 412 seconds by postgrey-1.27 at vger.kernel.org; Thu, 08 Sep 2016 14:03:04 EDT Received: by toccata2.tricolour.ca (Postfix, from userid 1000) id 78D8C1F27B; Thu, 8 Sep 2016 13:56:06 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tricolour.ca; s=default; t=1473357366; bh=g18SxQXJ+FdQl/bkC+lTFdIr0iQ9LBaqa+1UQkOtH0A=; h=From:To:Cc:Subject:Date:From; b=qZwTW0j1ubqMhPfbkVf2AKmolQSOfvdXSgcBC8DpgDPRZvnI/yogc92hjUK+7Sp2G e4A5HzrO6eFBD3itWl1ljV+kCg26vKhZERCdVHpFOioMeEIis2Y7W3AqpECMQ/omK0 pzu24abixcpq3wUjtRcd5mD3rJBD8leTxB4Wkqts= From: Richard Guy Briggs To: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Richard Guy Briggs , paul@nohats.ca Subject: [PATCH] xfrm: fix header file comment reference to struct xfrm_replay_state_esn Date: Thu, 8 Sep 2016 13:55:56 -0400 Message-Id: <1473357356-31064-1-git-send-email-rgb@tricolour.ca> X-Mailer: git-send-email 2.1.4 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Reported-by: Paul Wouters Signed-off-by: Richard Guy Briggs --- include/uapi/linux/xfrm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/linux/xfrm.h b/include/uapi/linux/xfrm.h index 1433389..1fc62b2 100644 --- a/include/uapi/linux/xfrm.h +++ b/include/uapi/linux/xfrm.h @@ -298,7 +298,7 @@ enum xfrm_attr_type_t { XFRMA_ALG_AUTH_TRUNC, /* struct xfrm_algo_auth */ XFRMA_MARK, /* struct xfrm_mark */ XFRMA_TFCPAD, /* __u32 */ - XFRMA_REPLAY_ESN_VAL, /* struct xfrm_replay_esn */ + XFRMA_REPLAY_ESN_VAL, /* struct xfrm_replay_state_esn */ XFRMA_SA_EXTRA_FLAGS, /* __u32 */ XFRMA_PROTO, /* __u8 */ XFRMA_ADDRESS_FILTER, /* struct xfrm_address_filter */