net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / 9p / trans_fd.c
index fccae26fa67441bbdb5b239eda94fb09417d87a7..6449bae157023c182de306d862a6c0a11f0b04e9 100644 (file)
@@ -513,7 +513,7 @@ error:
        clear_bit(Wworksched, &m->wsched);
 }
 
-static int p9_pollwake(wait_queue_t *wait, unsigned mode, int sync, void *key)
+static int p9_pollwake(wait_queue_t *wait, unsigned int mode, int sync, void *key)
 {
        struct p9_poll_wait *pwait =
                container_of(wait, struct p9_poll_wait, wait);