Whitespace cleanup

main
Jesse Barnes 2007-04-12 08:56:34 -07:00
parent e7b97f5523
commit 258e1cf703
1 changed files with 2 additions and 1 deletions

View File

@ -146,7 +146,8 @@ EXPORT_SYMBOL(drm_mode_set_crtcinfo);
* Just allocate a new mode, copy the existing mode into it, and return
* a pointer to it. Used to create new instances of established modes.
*/
struct drm_display_mode *drm_mode_duplicate(struct drm_device *dev, struct drm_display_mode *mode)
struct drm_display_mode *drm_mode_duplicate(struct drm_device *dev,
struct drm_display_mode *mode)
{
struct drm_display_mode *nmode;
int new_id;