From patchwork Sun Mar 3 16:55:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yifeng Li X-Patchwork-Id: 10837101 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 657AD14DE for ; Sun, 3 Mar 2019 16:55:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 51262296F1 for ; Sun, 3 Mar 2019 16:55:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 44B6829933; Sun, 3 Mar 2019 16:55:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D9741296F1 for ; Sun, 3 Mar 2019 16:55:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726435AbfCCQzr (ORCPT ); Sun, 3 Mar 2019 11:55:47 -0500 Received: from tomli.me ([153.92.126.73]:42626 "EHLO tomli.me" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726293AbfCCQzr (ORCPT ); Sun, 3 Mar 2019 11:55:47 -0500 Received: from tomli.me (localhost [127.0.0.1]) by tomli.me (OpenSMTPD) with ESMTP id 8d4c55df; Sun, 3 Mar 2019 16:55:44 +0000 (UTC) X-HELO: localhost.lan Authentication-Results: tomli.me; auth=pass (login) smtp.auth=tomli Received: from Unknown (HELO localhost.lan) (2402:f000:1:1501:200:5efe:3d30:3659) by tomli.me (qpsmtpd/0.95) with ESMTPSA (DHE-RSA-CHACHA20-POLY1305 encrypted); Sun, 03 Mar 2019 16:55:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tomli.me; h=from:to:cc:subject:date:message-id:mime-version:content-transfer-encoding; s=1490979754; bh=j2aS/gpg/PjviS0avQsDBOalno7p16vI2oEd/UZfID0=; b=Hhf5h7D1fO4HQukLKscMX6kjhgD0oNo9m6Q7HBSIfJdz9Pj//c7CHIB7M6qNd18oMz7okwY7S6oQwyKlejD5V+lBQn6pdpKSKMVE2VO6BZBGK0Nb6pEiGjBYQhARYLqHNLNmbcLalL/BVy6bTDXtQO7t0S1uW6sdZ4erE+Qo+DUeaIq7ykIJTsZ4DeiA7/zV6SMllLLBmxuXuTWHlViMNRqPSw1Dn0asZoG1noTUtmOtg+eY/CySq11oRYgmwx2rzot43yzscl74d1ddQNy2dni3KPX1sUgvURkN9hnMs1yCd4I93SuiNObgcc1QN+j6VLUCuSub6rwAZUotfp5DyQ== From: Yifeng Li To: Jiri Kosina , Greg Kroah-Hartman , linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org Cc: Yifeng Li , Sudip Mukherjee , Teddy Wang , linux-kernel@vger.kernel.org Subject: [RESEND][PATCH 0/2] staging: sm750fb: trivial style fixes. Date: Mon, 4 Mar 2019 00:55:30 +0800 Message-Id: <20190303165532.23727-1-tomli@tomli.me> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello. From January to February, there have been two trivial sm750fb patches submitted to linux-fbdev, one by me, one by Jin Chen, but both without any response. Further, it seems both maintainers, Sudip Mukherjee and Teddy Wang, are currently unavailable, getting an "Ack-by" would be unfeasible. Since they're extremely trivial. Hereby, I picked them up, reworded commit message, and now resubmit them as trivial patches, and send them to trivial@kernel.org. I hope it could be directly applied by either a fbdev, a staging maintainer or by Jiri Kosina. Thanks for your time! Yifeng Li (2): staging: sm750fb: trivial comment indention fix. staging: sm750fb: trivial Camel Case removal for setDisplayControl(). drivers/staging/sm750fb/ddk750_display.c | 6 ++--- drivers/staging/sm750fb/sm750_accel.c | 32 ++++++++++++------------ 2 files changed, 19 insertions(+), 19 deletions(-)