Re: [PATCH] fs/aio: Use unsigned int instead of plain unsigned
Matthew Wilcox <[email protected]>
| Newsgroups | gmane.linux.kernel.aio.general,gmane.linux.file-systems,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 17, 2025 at 11:51:37AM +0000, Darshan Rathod wrote: > All instances of the shorthand type `unsigned` have been replaced with the more explicit `unsigned int`. > > While functionally identical, this change improves code clarity and brings it into alignment with the preferred Linux kernel coding style. says who? i prefer plain 'unsigned' -- To unsubscribe, send a message with 'unsubscribe linux-aio' in the body to [email protected]. For more info on Linux AIO, see: http://www.kvack.org/aio/ Don't email: <a href=mailto:"[email protected]">[email protected]</a>