Re: [PATCH v6 06/10] glge driver: rename internal SEM_SET macro to SEM_INIT

2012-10-23 Thread Serge Hallyn
Quoting Stanislav Kinsbursky (skinsbur...@parallels.com): > The reason for shit patch is that SET_SET is desired to be a part of new part > of API of IPC sys_semctl() system call. > The name itself for IPC is quite natural, because all linux-specific commands > names for IPC system calls are origin

Re: [PATCH v6 06/10] glge driver: rename internal SEM_SET macro to SEM_INIT

2012-10-15 Thread Ben Hutchings
On Mon, 2012-10-15 at 20:00 +0400, Stanislav Kinsbursky wrote: > The reason for shit patch is that SET_SET is desired to be a part of new part > of API of IPC sys_semctl() system call. [...] Two spelling errors above. :-) Ben. -- Ben Hutchings, Staff Engineer, Solarflare Not speaking for my emp

[PATCH v6 06/10] glge driver: rename internal SEM_SET macro to SEM_INIT

2012-10-15 Thread Stanislav Kinsbursky
The reason for shit patch is that SET_SET is desired to be a part of new part of API of IPC sys_semctl() system call. The name itself for IPC is quite natural, because all linux-specific commands names for IPC system calls are originally created by replacing "IPC_" part by "SEM_"("MSG_", "SHM_") pa