All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Trivial cleanups
@ 2021-06-13  6:37 Felipe Contreras
  2021-06-13  6:37 ` [PATCH 1/2] config: avoid yoda conditions Felipe Contreras
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Felipe Contreras @ 2021-06-13  6:37 UTC (permalink / raw)
  To: git; +Cc: Martin Ågren, Felipe Contreras

These perfeclty good patches from 2014 weren't picked with no good
reason.

[1] https://lore.kernel.org/git/1398808178-3703-1-git-send-email-felipe.contreras@gmail.com/

Felipe Contreras (2):
  config: avoid yoda conditions
  add: avoid yoda condition

 builtin/add.c | 2 +-
 config.c      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/2] Trivial cleanups
@ 2014-01-14 17:15 Bjorn Helgaas
  0 siblings, 0 replies; 7+ messages in thread
From: Bjorn Helgaas @ 2014-01-14 17:15 UTC (permalink / raw)
  To: linux-pci

No functional change in these.  One is just whitespace (this accounts
for all the line deletions), and the other changes "#ifndef ... #else ...
#endif" to the positive form "#ifdef ... #else ... #endif".

I plan these for v3.14 unless there are objections.

---

Bjorn Helgaas (2):
      PCI: Reorder so actual code comes before stubs
      PCI: Cleanup pci.h whitespace


 drivers/pci/pci-label.c |   57 ++++------
 include/linux/pci.h     |  266 ++++++++++++-----------------------------------
 2 files changed, 93 insertions(+), 230 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/2] Trivial cleanups
@ 2009-11-24  7:24 Joe Perches
  0 siblings, 0 replies; 7+ messages in thread
From: Joe Perches @ 2009-11-24  7:24 UTC (permalink / raw)
  To: Rasesh Mody; +Cc: adapter_linux_open_src_team, netdev

Just a couple of cleanup patches on your latest submission.

Joe Perches (2):
  drivers/net/bna: Use pr_<level>, dev_<level>, remove DPRINTK
  drivers/net/bna: Use kcalloc

 drivers/net/bna/bfa_csdebug.c |   10 +-
 drivers/net/bna/bfa_ioc.c     |    5 +-
 drivers/net/bna/bfad_fwimg.c  |    8 +-
 drivers/net/bna/bna_fn.c      |    7 +-
 drivers/net/bna/bna_if.c      |   48 ++++------
 drivers/net/bna/bnad.c        |  216 ++++++++++++++++-------------------------
 drivers/net/bna/bnad_compat.h |   13 ---
 drivers/net/bna/cna.h         |    5 -
 8 files changed, 116 insertions(+), 196 deletions(-)


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

end of thread, other threads:[~2021-06-15  8:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13  6:37 [PATCH 0/2] Trivial cleanups Felipe Contreras
2021-06-13  6:37 ` [PATCH 1/2] config: avoid yoda conditions Felipe Contreras
2021-06-13  6:37 ` [PATCH 2/2] add: avoid yoda condition Felipe Contreras
2021-06-15  1:45 ` [PATCH 0/2] Trivial cleanups Junio C Hamano
2021-06-15  8:22   ` Felipe Contreras
  -- strict thread matches above, loose matches on Subject: below --
2014-01-14 17:15 Bjorn Helgaas
2009-11-24  7:24 Joe Perches

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.