From: Dan Williams <[email protected]>
Date: Thu, 28 Mar 2013 11:30:07 -0500

> +     if (test_bit (EVENT_DEV_ASLEEP, &dev->flags))
> +             return -EINVAL;
> +
> +     mutex_lock (&dev->interrupt_mutex);

Please do not put a space between a function name and the openning
parenthesis in the call.

These are not C language primitives (where the space would be
appropriate, f.e. "if (") they are C functions.

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to