Re: [PATCH] lguest: improve code readability in lg_cpu_start.

2013-04-28 Thread Rusty Russell
Cosmin Paraschiv writes: > Make the container_of call friendlier and fix some comment slip-ups. > > Signed-off-by: Cosmin Paraschiv > Cc: Daniel Baluta Applied. Thanks! Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger

[PATCH] lguest: improve code readability in lg_cpu_start.

2013-04-23 Thread Cosmin Paraschiv
Make the container_of call friendlier and fix some comment slip-ups. Signed-off-by: Cosmin Paraschiv Cc: Daniel Baluta --- drivers/lguest/lguest_user.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/lguest/lguest_user.c b/drivers/lguest/lguest_user.c index