[RESEND PATCH 1/4] net: qrtr: Refactor packet allocation

2017-06-07 Thread Bjorn Andersson
Extract the allocation and filling in the control message header fields to a separate function in order to reuse this in subsequent patches. Cc: Courtney Cavin Signed-off-by: Bjorn Andersson --- net/qrtr/qrtr.c | 25 +++-- 1 file changed, 19 insertions(+), 6 deletions(-) di

Re: [PATCH 1/4] net: qrtr: Refactor packet allocation

2017-06-07 Thread David Miller
A proper patch series must have a "[PATCH 0/N] ..." header posting which explains what the patch series is doing at a high level, how it is doing it, and why it is doing it that way.

[PATCH 1/4] net: qrtr: Refactor packet allocation

2017-06-07 Thread Bjorn Andersson
Extract the allocation and filling in the control message header fields to a separate function in order to reuse this in subsequent patches. Cc: Courtney Cavin Signed-off-by: Bjorn Andersson --- net/qrtr/qrtr.c | 25 +++-- 1 file changed, 19 insertions(+), 6 deletions(-) di