]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] fbdev comment fix
authorAndrew Morton <akpm@osdl.org>
Thu, 22 Apr 2004 06:36:32 +0000 (23:36 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 22 Apr 2004 06:36:32 +0000 (23:36 -0700)
Fix the incorrect comment which caused the fb_ioctl confusion.

drivers/video/fbcmap.c

index daee75c13a460ff23a869a7d19be4269f489ce11..482693db18a066dedfd5f09e2f3c0d58d9ece265 100644 (file)
@@ -207,7 +207,7 @@ int fb_copy_cmap(struct fb_cmap *from, struct fb_cmap *to, int fsfromto)
 /**
  *     fb_set_cmap - set the colormap
  *     @cmap: frame buffer colormap structure
- *     @kspc: boolean, 0 copy local, 1 get_user() function
+ *     @kspc: boolean, 1 copy local, 0 get_user() function
  *     @info: frame buffer info structure
  *
  *     Sets the colormap @cmap for a screen of device @info.