2013-05-18 16:23:50

by Petko Manolov

[permalink] [raw]
Subject: [PATCH 0/5] drivers: net: usb: rtl8150: bug fixing and cleanup

From: Petko Manolov <[email protected]>

This patch series adds rtl8150.h, which contains structure and constant
definitons formerly found in rtl8150.c, removes socket buffer
pre-allocated pool and uses dynamically allocated memory for the
asynchronous URB requests, thus avoids clobbering the previously scheduled
for update value.

This patch series is against 'net' tree.

Signed-off-by: Petko Manolov <[email protected]>


2013-05-18 19:53:05

by David Miller

[permalink] [raw]
Subject: Re: [PATCH 0/5] drivers: net: usb: rtl8150: bug fixing and cleanup


If you use the same exact subject in every single patch, someone
reading the commit shortlog can't tell at all what different is
happening in each of the changes.

Choose better, unique, subject lines for your patches and resubmit
this series.

Thanks.