]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "Fix the return type of several functions from long to int"
authorChristian Brauner <brauner@kernel.org>
Wed, 22 Jan 2025 12:56:27 +0000 (13:56 +0100)
committerChristian Brauner <brauner@kernel.org>
Fri, 21 Feb 2025 09:25:32 +0000 (10:25 +0100)
commit8190db20c243090ac85ae8c3df13c6d739c1f405
tree08d63fe18574fb95ff4420feb4a74c3ae3de382f
parentd6ff4c8f65220b20c550f12eb8921827c459600e
parentf326565c44419380d18290edee5f78921418f7a5
Merge patch series "Fix the return type of several functions from long to int"

Yuichiro Tsuji <yuichtsu@amazon.com> says:

These patches fix the return type of several functions from long to int
to match its actual behavior.

* patches from https://lore.kernel.org/r/20250121070844.4413-1-yuichtsu@amazon.com:
  ioctl: Fix return type of several functions from long to int
  open: Fix return type of several functions from long to int

Link: https://lore.kernel.org/r/20250121070844.4413-1-yuichtsu@amazon.com
Signed-off-by: Christian Brauner <brauner@kernel.org>