lkml.org 
[lkml]   [2006]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [take10 1/2] kevent: Core files.
> +static int __devinit kevent_user_init(void)
> +{
> + int err = 0;
> +
> + err = kevent_sys_init();
> + if (err)
> + panic("%s: failed to initialize kevent: err=%d.\n", err);

Here should be?
panic("%s: failed to initialize kevent: err=%d\n",
kevent_name, err);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-08-18 11:39    [W:0.240 / U:1.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site