struct module *owner;
 
        /**
-        * send - Sends a proxy message to ME FW.
+        * @send: Sends a proxy message to ME FW.
         * @dev: device struct corresponding to the mei device
         * @buf: message buffer to send
         * @size: size of the message
        int (*send)(struct device *dev, const void *buf, size_t size);
 
        /**
-        * recv - Receives a proxy message from ME FW.
+        * @recv: Receives a proxy message from ME FW.
         * @dev: device struct corresponding to the mei device
         * @buf: message buffer to contain the received message
         * @size: size of the buffer