Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp5422270imu; Tue, 13 Nov 2018 06:24:52 -0800 (PST) X-Google-Smtp-Source: AJdET5fhRTQY2pqVTcaiYEuShUZStELgknFhqpY0ryoS+Nne+9EmYMlz898TyFhbOr/unfqRYkh2 X-Received: by 2002:a63:790e:: with SMTP id u14mr4932107pgc.452.1542119092460; Tue, 13 Nov 2018 06:24:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542119092; cv=none; d=google.com; s=arc-20160816; b=0/IlTmbe/70Or1BxVP3h8+Du8EqsaLlSaZ5jtv6vqp41pid8fWhrwGZYdjWyDLOeH0 WYEvWo5GQ404dkl+WcJa7d9q/nluHce+yfu4sbce6zLR3+y8dOKlxISr8DFq3XDRkMha Holp4pN7fxnFLb07voQCmwQa2nT/xDBFD0URIQ3KtxzqrVPd1r5yW7Vx060k+85oj49B lc25Xl/RW/LVu+szch5n4cWeckg2E4DruUbhTyDGt8hq2IpZ3D/mZhDaUar+SewYJ8i3 iGS2g6LNjxXIxHXHrN7eRH0CKz5xOB/6E+wT4suk+t8m/jTvGmd4lLu/I59yo8/3ZW+f GrWQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=vRsbIB9+051/fIge7rYgmTtbjmrEJbwNkMKxzRgj35Q=; b=UzRk3iy+OfwFENs2iyWjiJ2O1T+IpVmgHwN6x7yhPFPvm1C8RIMM03/urpzxNdU9oS OzvDlWnuTFcQyvzRpnln7ZFRL+f4r5WU846tEf9PywrbsaJ4e7Hp6xnIMpLLhca1mk/y BnZ4AAd1UFFDXy1DJh/r7zTCcmL9bluR/MZl5+ajfRdej9rI3iuthWMUrC7RaeDDZ89g AUF6Bz7gr+/+XpHE7AGnHsVQhRiphaM0pnGnOkKIwb79xf7WO2UAg2XA1m8T8dPb/PJa JYLVEfYK4j+wWuEy/iIztar8EEp/7dS0OmSiUhEDCZnnhFEgTav++7DRsAmLr31dUNYg oUeg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p62-v6si11867773pfb.128.2018.11.13.06.24.27; Tue, 13 Nov 2018 06:24:52 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732401AbeKNAVz (ORCPT + 99 others); Tue, 13 Nov 2018 19:21:55 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:46192 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726846AbeKNAVz (ORCPT ); Tue, 13 Nov 2018 19:21:55 -0500 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1gMZbE-0002s0-LP; Tue, 13 Nov 2018 14:23:28 +0000 From: Colin King To: Steffen Klassert , Herbert Xu , "David S . Miller" , netdev@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] af_key: fix indentation on declaration statement Date: Tue, 13 Nov 2018 14:23:28 +0000 Message-Id: <20181113142328.8322-1-colin.king@canonical.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There is an indentation issue before the declaration of xfrm_ctx. Remove spaces and replace with a tab. Signed-off-by: Colin Ian King --- net/key/af_key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/key/af_key.c b/net/key/af_key.c index 9d61266526e7..655c787f9d54 100644 --- a/net/key/af_key.c +++ b/net/key/af_key.c @@ -2020,7 +2020,7 @@ parse_ipsecrequests(struct xfrm_policy *xp, struct sadb_x_policy *pol) static inline int pfkey_xfrm_policy2sec_ctx_size(const struct xfrm_policy *xp) { - struct xfrm_sec_ctx *xfrm_ctx = xp->security; + struct xfrm_sec_ctx *xfrm_ctx = xp->security; if (xfrm_ctx) { int len = sizeof(struct sadb_x_sec_ctx); -- 2.19.1