* @msg: Power Management message describing this state transition
  *
  * This is the central routine for resuming USB devices.  It calls the
- * the resume method for @udev and then calls the resume methods for all
+ * resume method for @udev and then calls the resume methods for all
  * the interface drivers in @udev.
  *
  * Autoresume requests originating from a child device or an interface
 
  * is simple:
  *
  *     When locking both a device and its parent, always lock the
- *     the parent first.
+ *     parent first.
  */
 
 /**