Use sizeof(char*) instead of sizeof(void*)
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 27 Jul 2016 13:37:10 +0000 (22:37 +0900)
committerJens Axboe <axboe@fb.com>
Wed, 27 Jul 2016 14:29:45 +0000 (08:29 -0600)
commit7fe481b472006bc6f4197e5b5f6c7da0f7ed0e4f
tree5dbf1cb01cd1b65e4a7345e26fa20b17286751b3
parentcbf448e125bd4d2d698151d9fc6fa43956017d80
Use sizeof(char*) instead of sizeof(void*)

Conform to the exact data type though both pointers are
normally expected to be the same size on various archs.

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
options.c