Skip to content

Commit cea9216

Browse files
committed
selinux: fix style issues in security/selinux/include/xfrm.h
As part of on ongoing effort to perform more automated testing and provide more tools for individual developers to validate their patches before submitting, we are trying to make our code "clang-format clean". My hope is that once we have fixed all of our style "quirks", developers will be able to run clang-format on their patches to help avoid silly formatting problems and ensure their changes fit in well with the rest of the SELinux kernel code. Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent 7d1464b commit cea9216

File tree

1 file changed

+2
-2
lines changed
  • security/selinux/include

1 file changed

+2
-2
lines changed

security/selinux/include/xfrm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Author : Trent Jaeger, <jaegert@us.ibm.com>
66
* Updated : Venkat Yekkirala, <vyekkirala@TrustedCS.com>
77
*/
8+
89
#ifndef _SELINUX_XFRM_H_
910
#define _SELINUX_XFRM_H_
1011

@@ -13,8 +14,7 @@
1314
#include <net/xfrm.h>
1415

1516
int selinux_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
16-
struct xfrm_user_sec_ctx *uctx,
17-
gfp_t gfp);
17+
struct xfrm_user_sec_ctx *uctx, gfp_t gfp);
1818
int selinux_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx,
1919
struct xfrm_sec_ctx **new_ctxp);
2020
void selinux_xfrm_policy_free(struct xfrm_sec_ctx *ctx);

0 commit comments

Comments
 (0)