All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Moore <paul@paul-moore.com>
To: selinux@vger.kernel.org
Subject: [PATCH 07/21] selinux: fix style issues in security/selinux/ss/context.h
Date: Thu, 22 Feb 2024 18:52:25 -0500	[thread overview]
Message-ID: <20240222235708.386652-30-paul@paul-moore.com> (raw)
In-Reply-To: <20240222235708.386652-23-paul@paul-moore.com>

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>
---
 security/selinux/ss/context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/selinux/ss/context.c b/security/selinux/ss/context.c
index 38bc0aa524a6..e39990f494dd 100644
--- a/security/selinux/ss/context.c
+++ b/security/selinux/ss/context.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /*
  * Implementations of the security context functions.
  *
-- 
2.43.2


  parent reply	other threads:[~2024-02-22 23:59 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-22 23:52 [PATCH 00/21] selinux: fix style issues in security/selinux/ss Paul Moore
2024-02-22 23:52 ` [PATCH 01/21] selinux: fix style issues in security/selinux/ss/avtab.h Paul Moore
2024-02-22 23:52 ` [PATCH 02/21] selinux: fix style issues in security/selinux/ss/avtab.c Paul Moore
2024-02-22 23:52 ` [PATCH 03/21] selinux: fix style issues in security/selinux/ss/conditional.h Paul Moore
2024-02-22 23:52 ` [PATCH 04/21] selinux: fix style issues in security/selinux/ss/conditional.c Paul Moore
2024-02-22 23:52 ` [PATCH 05/21] selinux: fix style issues in security/selinux/ss/constraint.h Paul Moore
2024-02-22 23:52 ` [PATCH 06/21] selinux: fix style issues in security/selinux/ss/context.h Paul Moore
2024-02-22 23:52 ` Paul Moore [this message]
2024-02-22 23:52 ` [PATCH 08/21] selinux: fix style issues in security/selinux/ss/ebitmap.h Paul Moore
2024-02-22 23:52 ` [PATCH 09/21] selinux: fix style issues in security/selinux/ss/ebitmap.c Paul Moore
2024-02-22 23:52 ` [PATCH 10/21] selinux: fix style issues in security/selinux/ss/hashtab.h Paul Moore
2024-02-22 23:52 ` [PATCH 11/21] selinux: fix style issues in security/selinux/ss/hashtab.c Paul Moore
2024-02-22 23:52 ` [PATCH 12/21] selinux: fix style issues in security/selinux/ss/mls.h Paul Moore
2024-02-22 23:52 ` [PATCH 13/21] selinux: fix style issues in security/selinux/ss/mls.c Paul Moore
2024-02-22 23:52 ` [PATCH 14/21] selinux: fix style issues in security/selinux/ss/mls_types.h Paul Moore
2024-02-22 23:52 ` [PATCH 15/21] selinux: fix style issues in security/selinux/ss/policydb.h Paul Moore
2024-02-22 23:52 ` [PATCH 16/21] selinux: fix style issues in security/selinux/ss/policydb.c Paul Moore
2024-02-22 23:52 ` [PATCH 17/21] selinux: fix style issues in security/selinux/ss/services.h Paul Moore
2024-02-22 23:52 ` [PATCH 18/21] selinux: fix style issues in security/selinux/ss/sidtab.h Paul Moore
2024-02-22 23:52 ` [PATCH 19/21] selinux: fix style issues in security/selinux/ss/sidtab.c Paul Moore
2024-02-22 23:52 ` [PATCH 20/21] selinux: fix style issues in security/selinux/ss/symtab.h Paul Moore
2024-02-22 23:52 ` [PATCH 21/21] selinux: fix style issues in security/selinux/ss/symtab.c Paul Moore
2024-02-23 22:25 ` [PATCH 0/21] selinux: fix style issues in security/selinux/ss Paul Moore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240222235708.386652-30-paul@paul-moore.com \
    --to=paul@paul-moore.com \
    --cc=selinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.