> * Return directly after a call of the function "kzalloc" failed Is this wording still appropriate in the commit description for such a combination of changes for 4 source files? Regards, Markus … > buf = kmalloc(len + 1, GFP_KERNEL); > - if (buf == NULL) { …