lkml.org 
[lkml]   [2008]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateSat, 2 Feb 2008 10:04:34 +0100
FromIngo Molnar <>
SubjectRe: [PATCH 2/3] x86: add function prototype to vm86.h

* Harvey Harrison <harvey.harrison@gmail.com> wrote:

> Global functions should include their prototypes.

thanks, i've applied all three cleanup patches of yours.

one minor detail:

> +struct pt_regs * save_v86_state(struct kernel_vm86_regs *);

the proper form is:

struct pt_regs *save_v86_state(struct kernel_vm86_regs *);

(note the lack of space)

Ingo


\
 
 \ /
  Last update: 2008-02-02 10:07    [from the cache]
©2003-2010