On Thu, Sep 29, 2016 at 11:13:26AM +0100, Carlos Palminha wrote:
> Fixed the following checkpatch warnings (task #10 of eudyptula challenge):
> - removed unnecessary blank line after open brace
> - NULL comparison rewritten to use '!' operator
That is two totally different things, this requires 2
Fixed the following checkpatch warnings (task #10 of eudyptula challenge):
- removed unnecessary blank line after open brace
- NULL comparison rewritten to use '!' operator
Signed-off-by: Carlos Palminha
---
Changes v2->v3:
- Improved explanation text.
Changes v1->v2:
- Added signed-off-by and co