On 07/26/2012 09:46 PM, Yunkai Zhang wrote: > V2: > - rename send_empty_req() to send_light_req(), and move it to net.c > - cleanup tow more places: collie/node.c collie/debug.c > -------------------------------------------------------------------- >8 > > There are several callbacks of collie command send requests which only contain > header. So let's abstract the common part of the them into a new function: > send_light_req() which could make code more compactness. Applied after fixing checkpatch.pl warning. Thanks, Yuan |