locking: update error format
commit7428526dd46eaf5d39b8fd4ba292ff13559de869
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 2 May 2014 10:11:03 +0000 (2 13:11 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 2 May 2014 12:57:01 +0000 (2 15:57 +0300)
tree853185bff43037556ddf38dc3e28240699943eb9
parentb9001b769cac8969b7dc22b0ab840a35ab21ccf6
locking: update error format

The old format was too messy and confusing.  The new format is:

kernel/cgroup.c:4318 cgroup_create() warn: inconsistent returns 'mutex:&cgroup_mutex'.
  Locked on:   line 4209
               line 4312
  Unlocked on: line 4303
               line 4318

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_locking.c