Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187190
b: refs/heads/master
c: a8b1925
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Linus Torvalds committed Mar 12, 2010
1 parent 7ec886c commit 4027cfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2164235da9153f1fbd5191bf71c86fae322c7dd7
refs/heads/master: a8b1925430339be1464a9a028754d94984dacfdb
8 changes: 4 additions & 4 deletions trunk/drivers/video/modedb.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
}

/**
* fb_add_videomode: adds videomode entry to modelist
* fb_add_videomode - adds videomode entry to modelist
* @mode: videomode to add
* @head: struct list_head of modelist
*
Expand Down Expand Up @@ -928,7 +928,7 @@ int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head)
}

/**
* fb_delete_videomode: removed videomode entry from modelist
* fb_delete_videomode - removed videomode entry from modelist
* @mode: videomode to remove
* @head: struct list_head of modelist
*
Expand All @@ -953,7 +953,7 @@ void fb_delete_videomode(const struct fb_videomode *mode,
}

/**
* fb_destroy_modelist: destroy modelist
* fb_destroy_modelist - destroy modelist
* @head: struct list_head of modelist
*/
void fb_destroy_modelist(struct list_head *head)
Expand All @@ -968,7 +968,7 @@ void fb_destroy_modelist(struct list_head *head)
EXPORT_SYMBOL_GPL(fb_destroy_modelist);

/**
* fb_videomode_to_modelist: convert mode array to mode list
* fb_videomode_to_modelist - convert mode array to mode list
* @modedb: array of struct fb_videomode
* @num: number of entries in array
* @head: struct list_head of modelist
Expand Down

0 comments on commit 4027cfe

Please sign in to comment.