All of lore.kernel.org
 help / color / mirror / Atom feed
* [Linux-kernel-mentees] [PATCH v4 0/3] lspci: Update verbose help and show_range()
@ 2019-06-19 16:48 ` Kelsey Skunberg
  0 siblings, 0 replies; 17+ messages in thread
From: skunberg.kelsey @ 2019-06-19 16:48 UTC (permalink / raw)


Changes since v1:
  - Expand changes into more patches for easier review.
  - Combine three patches for lspci.c into patchset.

  * Patch 1: lspci: Include -vvv option in help
    No changes made. Added to series for review.

  * Patch 2: lspci: Remove unnecessary !verbose check in show_range()
    Move into it's own patch since v1. Dead code which checks for
    verbosity to be true.

  * Patch 3: lspci: Replace output for bridge with empty range from
    "None" to "[empty]"
    Patch builds off Patch 2 to change show_range() output to be more
    consistent between each level of verbosity.

Changes since v2:
  * Patch 1: Update commit log to imperative mood

  * Patch 2: Fix logical error
        Previous:
        (base > limit || verbose < 3)
        New:
        (base > limit && verbose < 3)

  * Patch 3: Fix logical error
        Previous:
        base > limit
        New:
        base <= limit

Changes since v3:
  * Patch 1 and 2: No change
  * Patch 3: Change output from "[empty]" to "[disabled]"

Kelsey Skunberg (3):
  lspci: Include -vvv option in help
  lspci: Remove unnecessary !verbose check in show_range()
  lspci: Change output for bridge with empty range to "[disabled]"

 lspci.c | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

--
2.20.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-01-21 20:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 16:48 [Linux-kernel-mentees] [PATCH v4 0/3] lspci: Update verbose help and show_range() skunberg.kelsey
2019-06-19 16:48 ` Kelsey Skunberg
2019-06-19 16:48 ` [Linux-kernel-mentees] " Kelsey Skunberg
2019-06-19 16:48 ` [Linux-kernel-mentees] [PATCH v4 1/3] lspci: Include -vvv option in help skunberg.kelsey
2019-06-19 16:48   ` Kelsey Skunberg
2019-06-19 16:48   ` [Linux-kernel-mentees] " Kelsey Skunberg
2019-06-19 16:48 ` [Linux-kernel-mentees] [PATCH v4 2/3] lspci: Remove unnecessary !verbose check in show_range() skunberg.kelsey
2019-06-19 16:48   ` Kelsey Skunberg
2019-06-19 16:48   ` [Linux-kernel-mentees] " Kelsey Skunberg
2019-06-19 16:48 ` [Linux-kernel-mentees] [PATCH v4 3/3] lspci: Change output for bridge with empty range to "[disabled]" skunberg.kelsey
2019-06-19 16:48   ` Kelsey Skunberg
2019-06-19 16:48   ` [Linux-kernel-mentees] " Kelsey Skunberg
2019-06-19 19:44 ` [Linux-kernel-mentees] [PATCH v4 0/3] lspci: Update verbose help and show_range() helgaas
2019-06-19 19:44   ` Bjorn Helgaas
2019-06-19 19:44   ` [Linux-kernel-mentees] " Bjorn Helgaas
2020-01-21 20:52 ` Martin Mareš
2020-01-21 20:52   ` Martin Mareš

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.