Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1275627
| From | Vitaly Kuznetsov <vkuznets@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Drivers: hv: ring_buffer: do some code cleanup |
| Date | 2015-11-23 17:50 +0100 |
| Message-ID | <qy2tr-4pB-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
1) Fix comment style in ring_buffer.c
2) Remove unneeded smp_read_barrier_depends() from hyperv.h
3) Unify hv_ringbuffer_peek/read() functions.
Vitaly Kuznetsov (3):
Drivers: hv: ring_buffer.c: fix comment style
Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
Drivers: hv: ring_buffer: remove code duplication from
hv_ringbuffer_peek/read()
drivers/hv/ring_buffer.c | 199 ++++++++++++-----------------------------------
include/linux/hyperv.h | 2 -
2 files changed, 49 insertions(+), 152 deletions(-)
--
2.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Drivers: hv: ring_buffer: do some code cleanup Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-11-23 17:50 +0100 [PATCH 3/3] Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read() Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-11-23 17:50 +0100 [PATCH 2/3] Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends() Vitaly Kuznetsov <vkuznets@redhat.com> - 2015-11-23 17:50 +0100
csiph-web