#ifndef STUN_H #define STUN_H extern int print_stun_probe(char *server, int sport, int tport); #endif /* STUN_H */ type='text/javascript' src='/cgit.js'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-19 18:25:01 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-19 21:51:17 +0200
commit6942559980c036b240c60b135a4bf23bf3252b48 (patch)
tree2a9254fcfa56b27771a1431c2c3c61102506a7d8
parenta9853117d8413209ec70245f762e4503511deb2d (diff)
drm: drm_connector->s/connector_id/index/ for consistency
connector_id in the uapi actually means drm_connector->base.id, which is something entirely different. And ->index is also consistent with plane/encoder/CRTCS and the various drm_*_index() functions. While at it also improve/align the kerneldoc comment. v2: Mention where those ids are from ... v3: Add -ing to supporting and try to not break the world. Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1468945501-23166-1-git-send-email-daniel.vetter@ffwll.ch