Skip to content

Change ringfs_init return type from int to void.#11

Open
denravonska wants to merge 1 commit intokosma:masterfrom
denravonska:refactor/init-does-not-need-to-return-anything
Open

Change ringfs_init return type from int to void.#11
denravonska wants to merge 1 commit intokosma:masterfrom
denravonska:refactor/init-does-not-need-to-return-anything

Conversation

@denravonska
Copy link
Contributor

It only had one exit path and it was to return 0. As long as there aren't any more paths added it might as well return void to keep it simpler.

It only had one exit path and it was to return 0. As long as there aren't any
more paths added it might as well return void to keep it simpler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant