Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752892AbcDZUKo (ORCPT ); Tue, 26 Apr 2016 16:10:44 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:34783 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752465AbcDZUKm (ORCPT ); Tue, 26 Apr 2016 16:10:42 -0400 MIME-Version: 1.0 In-Reply-To: <413d8029309310091c6506773d602ed5a2adfdab.1461656216.git.lv.zheng@intel.com> References: <413d8029309310091c6506773d602ed5a2adfdab.1461656216.git.lv.zheng@intel.com> Date: Tue, 26 Apr 2016 22:10:40 +0200 X-Google-Sender-Auth: 5Cje-CfzZogEQAAeLffgvw6afOg Message-ID: Subject: Re: [PATCH 2/4] ACPI / osi: Cleanup _OSI("Linux") related code before introducing new support From: "Rafael J. Wysocki" To: Lv Zheng Cc: "Rafael J. Wysocki" , "Rafael J. Wysocki" , Len Brown , Lv Zheng , Linux Kernel Mailing List , ACPI Devel Maling List Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 407 Lines: 10 On Tue, Apr 26, 2016 at 9:40 AM, Lv Zheng 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?