 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XEN PATCH 3/5] xen/sort: address violations of MISRA C:2012 Rule 8.2
 On 22/11/23 09:01, Jan Beulich wrote: On 22.11.2023 02:19, Stefano Stabellini wrote:On Tue, 21 Nov 2023, Jan Beulich wrote:On 21.11.2023 01:04, Stefano Stabellini wrote:On Mon, 20 Nov 2023, Jan Beulich wrote:On 20.11.2023 14:13, Federico Serafini wrote:On 20/11/23 10:02, Jan Beulich wrote:On 17.11.2023 09:40, Federico Serafini wrote:--- a/xen/include/xen/sort.h +++ b/xen/include/xen/sort.h @@ -23,8 +23,8 @@ extern gnu_inline #endif void sort(void *base, size_t num, size_t size, - int (*cmp)(const void *, const void *), - void (*swap)(void *, void *, size_t)) + int (*cmp)(const void *key, const void *elem),Why "key" and "elem" here, but ...+ void (*swap)(void *a, void *b, size_t size))... "a" and "b" here? The first example of users of sort() that I'm looking at right now (x86/extable.c) is consistent in its naming. I'll send a new version. -- Federico Serafini, M.Sc. Software Engineer, BUGSENG (http://bugseng.com) 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |