Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / unisys / visornic / visornic_main.c
index a28388d3ddc2aee9799b55600314aa6a8ed5277c..49ee747211e65dc433d058e848d60ae1900e858c 100644 (file)
@@ -29,8 +29,6 @@
 #include "iochannel.h"
 
 #define VISORNIC_INFINITE_RSP_WAIT 0
-#define VISORNICSOPENMAX 32
-#define MAXDEVICES     16384
 
 /* MAX_BUF = 64 lines x 32 MAXVNIC x 80 characters
  *         = 163840 bytes
@@ -1586,7 +1584,7 @@ drain_resp_queue(struct uiscmdrsp *cmdrsp, struct visornic_devdata *devdata)
  *
  *     Drain the respones queue of any responses from the IO partition.
  *     Process the responses as we get them.
- *     Returns when response queue is empty or when the threadd stops.
+ *     Returns when response queue is empty or when the thread stops.
  */
 static void
 service_resp_queue(struct uiscmdrsp *cmdrsp, struct visornic_devdata *devdata,
This page took 0.026393 seconds and 5 git commands to generate.