From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98106C3A5A2 for ; Fri, 23 Aug 2019 21:52:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D59221848 for ; Fri, 23 Aug 2019 21:52:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388346AbfHWVwj (ORCPT ); Fri, 23 Aug 2019 17:52:39 -0400 Received: from mga04.intel.com ([192.55.52.120]:26979 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727260AbfHWVwi (ORCPT ); Fri, 23 Aug 2019 17:52:38 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Aug 2019 14:52:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,422,1559545200"; d="scan'208";a="203896858" Received: from sjchrist-coffee.jf.intel.com ([10.54.74.41]) by fmsmga004.fm.intel.com with ESMTP; 23 Aug 2019 14:52:37 -0700 From: Sean Christopherson To: Jarkko Sakkinen Cc: linux-sgx@vger.kernel.org Subject: [PATCH 0/3] x86/sgx: Misc code cleanups Date: Fri, 23 Aug 2019 14:52:33 -0700 Message-Id: <20190823215236.8081-1-sean.j.christopherson@intel.com> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-sgx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sgx@vger.kernel.org Fix a few minor issues flagged by checkpatch. No functional change intended. Sean Christopherson (3): x86/sgx: Tweak Kconfig help section according to checkpatch x86/sgx: Add missing SPDX license to encls.c x86/sgx: Fix whitespace damage in sgx_encl_page_alloc() arch/x86/Kconfig | 2 +- arch/x86/kernel/cpu/sgx/encls.c | 3 +++ arch/x86/kernel/cpu/sgx/ioctl.c | 23 +++++++++++------------ 3 files changed, 15 insertions(+), 13 deletions(-) -- 2.22.0