On Thu, 2009-09-03 at 12:06 +0300, Andy Shevchenko wrote:
> @@ -590,7 +589,7 @@ DSP_STATUS CMM_GetInfo(struct CMM_OBJECT *hCmmMgr,
>                               /* next node. */
>                               pCurNode = (struct CMM_MNODE *)LST_Next(pAltr->
>                                       pInUseListHead,
> -                                     (struct LST_ELEM *)pCurNode);
> +                                     (struct list_head *) pCurNode);

I do not completely agree with this change. Please do not put space
between the cast and the variable. The cast kind of belongs to the
variable, so it is nicer to have no space there.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

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

Reply via email to