| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| include | ||
| lxc | ||
| tests | ||
| Makefile.am |
checkpatch emits two warnings of type:
CHECK: Comparison to NULL could be written "!foo"
Prefer `(!foo)` instead of `(foo == NULL)`.
Do not use comparison to NULL, use !foo
Signed-off-by:
Tobin C. Harding <me@tobin.cc>
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| include | Loading commit data... | |
| lxc | Loading commit data... | |
| tests | Loading commit data... | |
| Makefile.am | Loading commit data... |