All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Jones <drjones@redhat.com>
To: kvm@vger.kernel.org
Cc: pbonzini@redhat.com, thuth@redhat.com, nikos.nikoleris@arm.com
Subject: [PATCH kvm-unit-tests v2 0/2] lib: Cleanups
Date: Fri, 20 May 2022 15:24:02 +0200	[thread overview]
Message-ID: <20220520132404.700626-1-drjones@redhat.com> (raw)

v2
--
  - remove a trailing whitespace [Nikos]
  - add Nikos' r-b's
  - add back a check for '_' in argv.c that got dropped

1) Finally, finally, finally reformat printf.c and string.c, the last
   two files that had weird formatting.

2) Collect is* ctype functions into a new lib/ctype.h file.

Andrew Jones (2):
  lib: Fix whitespace
  lib: Add ctype.h and collect is* functions

 lib/argv.c   |   9 +-
 lib/ctype.h  |  40 +++++
 lib/printf.c | 427 +++++++++++++++++++++++++--------------------------
 lib/string.c | 356 +++++++++++++++++++++---------------------
 4 files changed, 432 insertions(+), 400 deletions(-)
 create mode 100644 lib/ctype.h

-- 
2.34.3


             reply	other threads:[~2022-05-20 13:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20 13:24 Andrew Jones [this message]
2022-05-20 13:24 ` [PATCH kvm-unit-tests v2 1/2] lib: Fix whitespace Andrew Jones
2022-05-24 12:17   ` Thomas Huth
2022-05-20 13:24 ` [PATCH kvm-unit-tests v2 2/2] lib: Add ctype.h and collect is* functions Andrew Jones
2022-05-24 12:21   ` Thomas Huth
2022-05-26  7:14     ` Andrew Jones
2022-05-26 12:49 ` [PATCH kvm-unit-tests v2 0/2] lib: Cleanups Andrew Jones

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=20220520132404.700626-1-drjones@redhat.com \
    --to=drjones@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=nikos.nikoleris@arm.com \
    --cc=pbonzini@redhat.com \
    --cc=thuth@redhat.com \
    /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.