#ifndef CPP_H #define CPP_H extern int cpp_exec(char *in_file, char *out_file, size_t out_len, char *const argv[]); #endif '>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis de Bethencourt <luisbg@osg.samsung.com>2016-11-01 15:23:37 +0000
committerJonathan Corbet <corbet@lwn.net>2016-11-07 19:11:24 -0700
commitd55003d86e0ce598b599277973035327779b643b (patch)
treed95dc92d6044c05d6f9876b0b0925093121cb35b
parentbeab6cb20c1dff4a0fb1ee9d14ff5f826ccd2c84 (diff)
USB: fix typo in documentation
A typo sneaked in the latest change on the USB documentation. Fixing it and also a trailing whitespace since it is also in the "USB Host-Side API Model" chapter. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>