]> Pileus Git - ~andy/linux/commit
Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.c
authorRashika Kheria <rashika.kheria@gmail.com>
Mon, 11 Nov 2013 06:22:31 +0000 (11:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Nov 2013 23:52:00 +0000 (15:52 -0800)
commitb73db54750482cf3910046c82a84ce8c1684dfbe
tree9dfa5bcc66c06fcd1344563d7b03e67c6370eddf
parentc79bfed605337be42860398336523769aad19a13
Staging: dgrp: Refactor the function dgrp_receive() in drrp_net_ops.c

The function dgrp_receive() in dgrp_net_ops.c is too long and can be
refactored. It uses various switch statements and goto labels. I have
removed a label called data and tried to extract a new function out of
it called as handle_data_in_packet().

This helps to make the code more modularize and simple to read and
understand.

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgrp/dgrp_net_ops.c