[PATCH] staging: wilc1000: change WILC_Char to s8

Dean.lee dean.lee at atmel.com
Mon Jun 15 00:47:04 UTC 2015



On 2015년 06월 13일 00:28, Greg KH wrote:
> On Fri, Jun 12, 2015 at 02:39:08PM +0900, Dean Lee wrote:
>> change own data type(WILC_Char) to common data type(s8)
> Why not just 'char'?
>
> And you are using these in "strings", so why not u8?
>
> thanks,
>
> greg k-h
i research some documents for change to common data type.
that's saying 's8' is 'signed char'.

'WILC_Char' is redefine 'char'. so i changed 'WILC_Char' to 's8'

and i try find when using this type in our source code after received 
your comment.
i'll fix and resend v2 version.

thanks.
B.R

dean


More information about the devel mailing list