Gnurou / kdev-kernel

KDevelop plugin for hacking the Linux kernel
33 stars 18 forks source link

DEFINE_MUTEX does not parse #5

Closed Gnurou closed 12 years ago

Gnurou commented 12 years ago

For instance in drivers/base/power/main.c. It is apparently the only source of error in this file.

Gnurou commented 12 years ago

looks like the parser does not like the (spinlock_t) in ".wait_lock = (spinlock_t )".

Gnurou commented 12 years ago

Fixed.