Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1194800
| From | Darren Hart <dvhart@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/4] toshiba_acpi: Change *available functions return type |
| Date | 2015-07-29 07:10 +0200 |
| Message-ID | <pRrMT-6J2-11@gated-at.bofh.it> (permalink) |
| References | <pR1Sq-2zo-1@gated-at.bofh.it> <pR1Sq-2zo-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Jul 27, 2015 at 07:22:25PM -0600, Azael Avalos wrote: > This patch changes the *available functions return type from int to > void. > > The checks for support of their respective features are done inside > such functions and there was no need to return anything as we can > flag the queried feature as supported inside these functions. > > The code was adapted accordingly to these changes and two new > variables were created and another was changed from uint to bool. > > While at the neighborhood, some of the functions were cleaned from Please consider this a red flag in the future. "While in the neighborhood" means you need to split the patch across distinct functional boundaries. -- Darren Hart Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2 1/4] toshiba_acpi: Change *available functions return type Darren Hart <dvhart@infradead.org> - 2015-07-29 07:10 +0200
csiph-web