Hi! > Signed-off-by: Maninder Singh <maninder...@samsung.com> > Reviewed-by: Akhilesh Kumar <akhiles...@samsung.com> > --- > 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 chru...@suse.cz ------------------------------------------------------------------------------ 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 Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list