Hi, On Tue, Apr 27, 2010, Santiago Carot Nemesio wrote: > This patch add some memory checks after malloc is called. Also some > blank spaces at the end of the lines are removed. I observed that > sometimes functions returns NULL or 0 without any convention. I set > all to NULL to formalice the source code. Thanks for the patch. It looks good, but could you split it into two parts: one patch for the coding style fixes (whitespace, changing 0 to NULL, etc) and another one to fix the missing malloc error checks. Also use "git format-patch" to create the patches so that they can be easily applied using "git am". Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html