selinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: William Roberts <bill.c.roberts@gmail.com>
To: "Jokke Hämäläinen" <jokke.hamalainen@kolttonen.fi>
Cc: selinux@vger.kernel.org
Subject: Re: [PATCH 2/2] another style fix
Date: Fri, 10 May 2019 13:51:39 -0700	[thread overview]
Message-ID: <CAFftDdpJe1Yd_MdiNO=D+=pK6bbg3-G+a0aM_Ck=cz7dzJdsgA@mail.gmail.com> (raw)
In-Reply-To: <alpine.LFD.2.21.1905102116350.16225@34-41-5D-CA-59-C7>

On Fri, May 10, 2019 at 12:03 PM Jokke Hämäläinen
<jokke.hamalainen@kolttonen.fi> wrote:
>
>
>
> ---
>  libselinux/utils/matchpathcon.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libselinux/utils/matchpathcon.c b/libselinux/utils/matchpathcon.c
> index 9756d7d9..eb39a188 100644
> --- a/libselinux/utils/matchpathcon.c
> +++ b/libselinux/utils/matchpathcon.c
> @@ -25,7 +25,7 @@ static int printmatchpathcon(const char *path, int header, int mode)
>         int rc = matchpathcon(path, mode, &buf);
>         if (rc < 0) {
>                 if (errno == ENOENT) {
> -                       buf=strdup("<<none>>");
> +                       buf = strdup("<<none>>");
>                 } else {
>                         fprintf(stderr, "matchpathcon(%s) failed: %s\n", path,
>                                 strerror(errno));
> --
> 2.21.0
>

ack

  reply	other threads:[~2019-05-10 20:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-10 18:17 [PATCH 2/2] another style fix Jokke Hämäläinen
2019-05-10 20:51 ` William Roberts [this message]
2019-05-16  0:35   ` William Roberts

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='CAFftDdpJe1Yd_MdiNO=D+=pK6bbg3-G+a0aM_Ck=cz7dzJdsgA@mail.gmail.com' \
    --to=bill.c.roberts@gmail.com \
    --cc=jokke.hamalainen@kolttonen.fi \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).