Messages in this thread |  | | Date | Tue, 17 Jan 2012 10:48:25 -0500 (EST) | | Subject | Re: [PATCH 3/3] smsc95xx: use usleep_range(), get rid out of jiffies | | From | David Miller <> |
| |
From: Dmitry Antipov <dmitry.antipov@linaro.org> Date: Tue, 17 Jan 2012 16:54:12 +0400
> -/* Loop until the read is completed with timeout > - * called with phy_mutex held */ > +/* Busy-wait loop until the read is completed, but > + no longer than 10ms. Called with phy_mutex held. */
Please:
/* Write comments. * Like this. */
|  |