On Tue, Apr 26, 2016 at 9:40 AM, Lv Zheng <[email protected]> wrote: > This patch cleans up OSI code in osl.c in order to make osi_linux not > _OSI("Linux") specific to allow new features to reuse this structure.
I guess what you mean here is something like: Clean up OSI code in osl.c to make osi_linux work for OSI strings other than "Linux", so it can be re-used for other purposes. Is that correct?

