staging: wilc1000: rename bExiting in struct message_queue
[deliverable/linux.git] / drivers / staging / wilc1000 / wilc_msgqueue.h
index 6cdebbf09c111a6319c870a80ef74862540199a9..2c21b3e5cd3f5e6c6b2fe1c210015674d0c323f1 100644 (file)
@@ -22,7 +22,7 @@ struct message {
 struct message_queue {
        struct semaphore sem;
        spinlock_t lock;
-       bool bExiting;
+       bool exiting;
        u32 u32ReceiversCount;
        struct message *pstrMessageList;
 };
This page took 0.037798 seconds and 5 git commands to generate.