hi all, i have never seen printing mistake in linux device driver book,but i suspect in chapter 10 judicious use of Data Types page no 302 in which the example had give to traverse the list and insert element in decesnding priority the last line says that after loop list_add_tail(&new->list, &todo_struct); instead it should be list_add_tail(&new->list,&todo_list); is this the printing mistake.is'n't it? or am i wrong? __________________________________ Do you Yahoo!? Yahoo! Movies - Buy advance tickets for 'Shrek 2' http://movies.yahoo.com/showtimes/movie?mid=1808405861 -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/