All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Trivial cleanups
@ 2017-07-24 17:59 David Sterba
  2017-07-24 17:59 ` [PATCH 1/4] btrfs: fix spelling of snapshotting David Sterba
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: David Sterba @ 2017-07-24 17:59 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

David Sterba (4):
  btrfs: fix spelling of snapshotting
  btrfs: drop ancient page flag mappings
  btrfs: remove trivial wrapper btrfs_force_ra
  btrfs: drop chunk locks at the end of close_ctree

 fs/btrfs/ctree.h       | 21 +++------------------
 fs/btrfs/disk-io.c     |  4 +---
 fs/btrfs/extent-tree.c | 22 +++++++++++-----------
 fs/btrfs/file.c        | 10 +++++-----
 fs/btrfs/inode.c       | 22 +++++++++++-----------
 fs/btrfs/ioctl.c       | 14 +++++++-------
 fs/btrfs/send.c        |  2 +-
 7 files changed, 39 insertions(+), 56 deletions(-)

-- 
2.13.0


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/4] Trivial cleanups
@ 2023-05-13 10:09 Bernhard Beschow
  2023-05-18 21:33 ` Michael S. Tsirkin
  0 siblings, 1 reply; 8+ messages in thread
From: Bernhard Beschow @ 2023-05-13 10:09 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Richard Henderson, qemu-arm, Marcel Apfelbaum,
	Michael S. Tsirkin, Hervé Poussineau, Michael Tokarev,
	Laurent Vivier, Eduardo Habkost, qemu-trivial, qemu-ppc,
	Marc-André Lureau, Peter Maydell, Bernhard Beschow

This series:
* Removes dead code from omap_uart and i82378
* Resolves redundant code in the i8254 timer devices
* Replaces string literals by macro usage for TYPE_ISA_PARALLEL devices

Bernhard Beschow (4):
  hw/timer/i8254_common: Share "iobase" property via base class
  hw/arm/omap: Remove unused omap_uart_attach()
  hw/char/parallel: Export TYPE_ISA_PARALLEL macro
  hw/isa/i82378: Remove unused "io" attribute

 include/hw/arm/omap.h      | 1 -
 include/hw/char/parallel.h | 2 ++
 hw/char/omap_uart.c        | 9 ---------
 hw/char/parallel-isa.c     | 2 +-
 hw/char/parallel.c         | 1 -
 hw/i386/kvm/i8254.c        | 1 -
 hw/isa/i82378.c            | 1 -
 hw/isa/isa-superio.c       | 3 ++-
 hw/timer/i8254.c           | 6 ------
 hw/timer/i8254_common.c    | 6 ++++++
 10 files changed, 11 insertions(+), 21 deletions(-)

-- 
2.40.1



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/4] Trivial cleanups
@ 2008-08-26  2:40 Sujith
  0 siblings, 0 replies; 8+ messages in thread
From: Sujith @ 2008-08-26  2:40 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Jouni.Malinen, Luis.Rodriguez

John,

Smallish, trivial cleanups that were festering in my tree for a long time.

Sujith

Sujith Manoharan (4):
  ath9k: Remove more dead code
  ath9k: Do not update frame's duration field
  ath9k: Remove sc_lastrx as we don't use it anywhere
  ath9k: rc.h cleanup

 drivers/net/wireless/ath9k/ath9k.h  |    5 -
 drivers/net/wireless/ath9k/beacon.c |   25 ----
 drivers/net/wireless/ath9k/core.h   |    2 -
 drivers/net/wireless/ath9k/hw.h     |    4 -
 drivers/net/wireless/ath9k/main.c   |    5 -
 drivers/net/wireless/ath9k/rc.c     |   18 ++--
 drivers/net/wireless/ath9k/rc.h     |  222 ++++++++++++++++++-----------------
 drivers/net/wireless/ath9k/xmit.c   |   63 ++--------
 8 files changed, 138 insertions(+), 206 deletions(-)


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

end of thread, other threads:[~2023-05-18 21:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-24 17:59 [PATCH 0/4] Trivial cleanups David Sterba
2017-07-24 17:59 ` [PATCH 1/4] btrfs: fix spelling of snapshotting David Sterba
2017-07-24 17:59 ` [PATCH 2/4] btrfs: drop ancient page flag mappings David Sterba
2017-07-24 17:59 ` [PATCH 3/4] btrfs: remove trivial wrapper btrfs_force_ra David Sterba
2017-07-24 17:59 ` [PATCH 4/4] btrfs: drop chunk locks at the end of close_ctree David Sterba
  -- strict thread matches above, loose matches on Subject: below --
2023-05-13 10:09 [PATCH 0/4] Trivial cleanups Bernhard Beschow
2023-05-18 21:33 ` Michael S. Tsirkin
2008-08-26  2:40 Sujith

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.