summaryrefslogtreecommitdiff
path: root/stun.h
blob: e16c3e7abb7b423b97ae3512b3d4cf09a30cc97e (plain)
1
2
3
4
5
6
#ifndef STUN_H
#define STUN_H

extern int print_stun_probe(char *server, int sport, int tport);

#endif /* STUN_H */
lect name='ignorews' onchange='this.form.submit();'>mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2016-07-18 16:06:18 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-19 08:31:49 +0200
commita1bf09e69f8e938fef85f18c117ac390a48f7763 (patch)
treeafd3683cfdfb10e3b1c1bfdce14666ec7a2443e0
parentbf0901731ddf68e8c6d52d7fc0841fe3d4f66847 (diff)
drm/ttm: Delete an unnecessary check before the function call "ttm_tt_destroy"
The ttm_tt_destroy() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/54338f58-830c-a8b4-4554-5d4459bcd321@users.sourceforge.net
Diffstat