]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/ced1401/ced_ioc.c
staging: ced1401: rename SetEvent()
[karo-tx-linux.git] / drivers / staging / ced1401 / ced_ioc.c
index 124fffa22bab5ce1feb2c2b72fe79458fc22c973..6210dde70e115bad7225ea8777e1dddc2d66ce22 100644 (file)
@@ -772,14 +772,14 @@ int ced_unset_transfer(DEVICE_EXTENSION *pdx, int nArea)
 }
 
 /****************************************************************************
-** SetEvent
+** ced_set_event
 ** Creates an event that we can test for based on a transfer to/from an area.
 ** The area must be setup for a transfer. We attempt to simulate the Windows
 ** driver behavior for events (as we don't actually use them), which is to
 ** pretend that whatever the user asked for was achieved, so we return 1 if
 ** try to create one, and 0 if they ask to remove (assuming all else was OK).
 ****************************************************************************/
-int SetEvent(DEVICE_EXTENSION *pdx, struct transfer_event __user *pTE)
+int ced_set_event(DEVICE_EXTENSION *pdx, struct transfer_event __user *pTE)
 {
        int iReturn = U14ERR_NOERROR;
        struct transfer_event te;