Huw Davies (@huw) commented about dlls/ntdll/unix/registry.c:
HANDLE event, ACCESS_MASK access, HANDLE *roothandle, IO_STATUS_BLOCK *iostatus )
{ NTSTATUS ret;
- HANDLE key;
- HANDLE keyfilename, key;
How about renaming `key` to `file` and the parameter `file` to `file_attr`.
This renaming could be done as a separate commit.