From: "Jan Beulich" <jbeul...@suse.com> Date: Tue, 08 Nov 2016 00:45:53 -0700
> For single items being collected this should be preferred as being more > typesafe (as the compiler can check format string and to-be-written-to > variable match) and more efficient (requiring one less parameter to be > passed). > > Signed-off-by: Jan Beulich <jbeul...@suse.com> > --- > v3: For consistency with other code don't consider zero an error > (utilizing that xenbus_scanf() at present won't return zero). > v2: Avoid commit message to continue from subject. Applied to net-next, thanks.