1
0
Fork 0
alistair23-linux/Documentation/prctl
Mahesh Khanwalkar f0cd147e61 Documentation: Fix int/unsigned int comparison
Signed int - unsigned int comparison fixed in mpssd, prctl, ptp, and
timers in Documentation. In places where 'int argc' and 'const char
**argv' are not used, they are replaced with void

Documentation/mic/mpssd/mpssd.c: Fixed comparison in sum_iovec_len and
disp_iovec

Documentation/prctl/disable-tsc-ctxt-sw-stress-test.c: main signature
changed to void, as parameters 'argc' and 'argv' are never used

Documentation/prctl/disable-tsc-on-off-stress-test.c: main signature
changed to void

Documentation/prctl/disable-tsc-test.c: main signature changed to void

Documentation/ptp/testptp.c: Sign comparison fix
Documentation/timers/hpet_example.c: Sign comparision fix

Signed-off-by: Mahesh Khanwalkar <maheshkhanwalkar@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-02-17 14:09:43 -07:00
..
.gitignore Documentation: update .gitignore files 2014-09-26 11:02:59 +02:00
Makefile Documentation/prctl: don't build tsc tests when cross compiling 2015-06-22 16:05:04 -06:00
disable-tsc-ctxt-sw-stress-test.c Documentation: Fix int/unsigned int comparison 2016-02-17 14:09:43 -07:00
disable-tsc-on-off-stress-test.c Documentation: Fix int/unsigned int comparison 2016-02-17 14:09:43 -07:00
disable-tsc-test.c Documentation: Fix int/unsigned int comparison 2016-02-17 14:09:43 -07:00
no_new_privs.txt security: Minor improvements to no_new_privs documentation 2012-07-08 00:25:48 +10:00
seccomp_filter.txt seccomp: Make syscall skipping and nr changes more consistent 2012-10-02 21:14:29 +10:00