Hi!
> Signed-off-by: Maninder Singh <[email protected]>
> Reviewed-by: Akhilesh Kumar <[email protected]>
> ---
>  testcases/kernel/syscalls/mq_open/mq_open01.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/testcases/kernel/syscalls/mq_open/mq_open01.c 
> b/testcases/kernel/syscalls/mq_open/mq_open01.c
> index 3c2d1b1..febbbd3 100644
> --- a/testcases/kernel/syscalls/mq_open/mq_open01.c
> +++ b/testcases/kernel/syscalls/mq_open/mq_open01.c
> @@ -405,7 +405,7 @@ int main(int ac, char **av)
>                       /*
>                        * Execute test
>                        */
> -                     for (i = 0; i < (int)(sizeof(tcase) / sizeof(tcase[0]));
> +                     for (i = 0; i < (int)ARRAY_SIZE(tcase);
>                            i++) {

After the change the whole for statement fits on one line (has less than
80 chars) can you fix that as well?

Otherwise these patches looks fine.

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to