Ville Syrjälä
13a3d91f17
drm: Pass 'name' to drm_encoder_init()
...
Done with coccinelle for the most part. However, it thinks '...' is
part of the semantic patch, so I put an 'int DOTDOTDOT' placeholder
in its place and got rid of it with sed afterwards.
@@
identifier dev, encoder, funcs;
@@
int drm_encoder_init(struct drm_device *dev,
struct drm_encoder *encoder,
const struct drm_encoder_funcs *funcs,
int encoder_type
+ ,const char *name, int DOTDOTDOT
)
{ ... }
@@
identifier dev, encoder, funcs;
@@
int drm_encoder_init(struct drm_device *dev,
struct drm_encoder *encoder,
const struct drm_encoder_funcs *funcs,
int encoder_type
+ ,const char *name, int DOTDOTDOT
);
@@
expression E1, E2, E3, E4;
@@
drm_encoder_init(E1, E2, E3, E4
+ ,NULL
)
v2: Add ', or NULL...' to @name kernel doc (Jani)
Annotate the function with __printf() attribute (Jani)
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com >
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch >
Link: http://patchwork.freedesktop.org/patch/msgid/1449670818-2966-1-git-send-email-ville.syrjala@linux.intel.com
2015-12-11 09:13:20 +01:00
..
2015-10-14 16:16:38 -04:00
2015-06-03 21:03:15 -04:00
2015-06-03 21:03:15 -04:00
2015-10-14 16:16:36 -04:00
2015-10-14 16:16:36 -04:00
2015-09-23 17:23:34 -04:00
2015-07-20 09:16:48 +03:00
2015-10-15 10:04:13 -04:00
2015-06-03 21:03:15 -04:00
2015-10-20 20:19:29 +02:00
2015-09-23 17:23:34 -04:00
2015-10-14 16:16:38 -04:00
2015-08-25 10:49:12 -04:00
2015-09-30 12:44:16 -04:00
2015-08-21 18:07:38 -04:00
2015-06-03 21:03:15 -04:00
2015-12-04 13:05:44 -05:00
2015-11-03 11:15:19 -05:00
2015-10-21 12:21:31 -04:00
2015-12-08 11:04:26 +10:00
2015-06-03 21:03:15 -04:00
2015-06-03 21:03:15 -04:00
2015-10-30 09:48:28 +10:00
2015-08-17 16:50:21 -04:00
2015-06-03 21:03:15 -04:00
2015-11-24 11:41:52 +01:00
2015-11-16 11:05:50 -05:00
2015-09-23 17:23:34 -04:00
2015-06-03 21:03:15 -04:00
2015-11-30 14:38:47 -05:00
2015-06-03 21:03:15 -04:00
2015-06-03 21:03:15 -04:00
2015-06-03 21:03:15 -04:00
2015-06-03 21:03:15 -04:00
2015-11-16 17:01:32 -05:00
2015-09-23 17:23:34 -04:00
2015-08-17 16:50:09 -04:00
2015-06-03 21:03:15 -04:00
2015-09-23 17:23:42 -04:00
2015-08-17 16:50:09 -04:00
2015-12-04 15:15:07 -05:00
2015-06-03 21:03:26 -04:00
2015-12-08 16:07:51 +01:00
2015-11-30 14:41:33 -05:00
2015-11-16 17:01:32 -05:00
2015-06-03 21:03:15 -04:00
2015-06-03 21:03:15 -04:00
2015-10-23 10:45:35 -04:00
2015-06-03 21:03:15 -04:00
2015-09-23 17:23:34 -04:00
2015-10-30 01:54:07 -04:00
2015-11-16 17:01:32 -05:00
2015-11-16 11:05:58 -05:00
2015-11-16 17:01:32 -05:00
2015-11-16 17:01:15 -05:00
2015-09-23 17:23:34 -04:00
2015-06-03 21:03:15 -04:00
2015-11-16 11:05:57 -05:00
2015-12-04 12:31:46 -05:00
2015-09-23 17:23:34 -04:00
2015-06-03 21:03:15 -04:00
2015-10-21 12:20:50 -04:00
2015-08-17 16:50:51 -04:00
2015-11-20 18:21:20 -05:00
2015-08-17 16:50:52 -04:00
2015-12-04 13:08:13 -05:00
2015-12-04 13:08:13 -05:00
2015-10-14 16:16:24 -04:00
2015-10-14 16:16:24 -04:00
2015-06-03 21:03:15 -04:00
2015-06-03 21:03:15 -04:00
2015-09-02 12:04:54 -04:00
2015-06-03 21:03:15 -04:00
2015-09-29 15:08:53 -04:00
2015-06-03 21:03:15 -04:00
2015-06-03 21:03:15 -04:00
2015-06-03 21:03:15 -04:00
2015-11-16 11:05:56 -05:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:51 -04:00
2015-06-03 21:03:51 -04:00
2015-06-03 21:03:51 -04:00
2015-10-21 11:35:12 -04:00
2015-06-03 21:03:51 -04:00
2015-10-06 10:43:16 -04:00
2015-06-03 21:03:51 -04:00
2015-09-02 12:21:35 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:12 -04:00
2015-06-03 21:03:17 -04:00
2015-10-30 09:48:28 +10:00
2015-06-29 11:21:52 -04:00
2015-06-03 21:03:51 -04:00
2015-06-03 21:03:51 -04:00
2015-06-03 21:03:17 -04:00
2015-10-21 12:19:46 -04:00
2015-06-03 21:03:17 -04:00
2015-12-11 09:13:20 +01:00
2015-06-03 21:03:51 -04:00
2015-12-11 09:13:20 +01:00
2015-06-03 21:03:51 -04:00
2015-12-11 09:13:20 +01:00
2015-06-03 21:03:51 -04:00
2015-08-17 16:50:26 -04:00
2015-08-17 16:50:26 -04:00
2015-09-23 17:23:34 -04:00
2015-08-17 16:50:26 -04:00
2015-10-21 11:35:12 -04:00
2015-06-03 21:03:51 -04:00
2015-11-16 11:05:56 -05:00
2015-06-03 21:03:51 -04:00
2015-12-04 13:06:59 -05:00
2015-06-03 21:03:51 -04:00
2015-12-04 13:06:59 -05:00
2015-06-03 21:03:51 -04:00
2015-06-10 09:32:25 -04:00
2015-06-03 21:03:51 -04:00
2015-06-03 21:03:51 -04:00
2015-09-02 12:21:35 -04:00
2015-09-23 17:23:34 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:15 -04:00
2015-10-19 15:54:21 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:17 -04:00
2015-08-17 16:51:07 -04:00
2015-06-03 21:03:13 -04:00
2015-10-21 11:35:12 -04:00
2015-06-03 21:03:51 -04:00
2015-10-21 12:20:20 -04:00
2015-06-03 21:03:51 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:17 -04:00
2015-06-03 21:03:17 -04:00
2015-06-10 09:32:19 -04:00
2015-06-03 21:03:51 -04:00
2015-06-03 21:03:51 -04:00
2015-06-03 21:03:17 -04:00
2015-09-02 12:21:35 -04:00
2015-09-23 17:23:34 -04:00
2015-06-03 21:03:17 -04:00
2015-10-21 11:35:12 -04:00
2015-06-03 21:03:51 -04:00
2015-10-21 11:35:12 -04:00
2015-06-03 21:03:51 -04:00
2015-10-21 11:35:12 -04:00
2015-06-03 21:03:51 -04:00
2015-10-21 11:35:12 -04:00
2015-06-03 21:03:51 -04:00
2015-11-20 18:21:04 -05:00
2015-06-03 21:03:51 -04:00
2015-08-17 16:50:26 -04:00
2015-11-05 10:57:25 +10:00
2015-06-03 21:03:51 -04:00
2015-07-20 09:16:48 +03:00