From patchwork Mon Jun 6 19:04:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Moshe Green X-Patchwork-Id: 9159035 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 578B860573 for ; Mon, 6 Jun 2016 19:04:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4498F2835A for ; Mon, 6 Jun 2016 19:04:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 38BFE2835C; Mon, 6 Jun 2016 19:04:45 +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=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID 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 C1AB728352 for ; Mon, 6 Jun 2016 19:04:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751834AbcFFTEm (ORCPT ); Mon, 6 Jun 2016 15:04:42 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:33318 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313AbcFFTEk (ORCPT ); Mon, 6 Jun 2016 15:04:40 -0400 Received: by mail-wm0-f66.google.com with SMTP id r5so553251wmr.0; Mon, 06 Jun 2016 12:04:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=4a8YSpyDAm5AHGrViOg+k6h8EGJI3JjbfVUtGog+jNY=; b=zvD3SftF1kdQ4iNKXcY5oDzVq+/VLN0r+YeDfo9xeaxFrMJXZv5mFIQczRLwPtWgMr 65EE+wQ+JQchPH63Wdm2GHJFQOj4IpZt5MkqynA+8c9VxMs1nhSHacshiYhlpwhpb84D v6xLQ9uLMml00gq9wEh+EUvDjUjChOz8Mma9GNGDwRxBV7lqbcrnUfpDGWKsjJzwdg3Z qkBWyeCPAbL603R2doMPZfoyt0BRworUdFzOmsgohHoLLIykPXDmlTX8QccBoJCFTeSu +c7AW8oxrzHUas7+7XwWpExnP6VEFgi0zA+PQNPpyGLwS2pmfZcsCrioG7b4R90Cd3E0 sHwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=4a8YSpyDAm5AHGrViOg+k6h8EGJI3JjbfVUtGog+jNY=; b=i3dnrtiP0ClwfWrZ2XB/5+yq5szqYdpVAjgP+1bb5MVpftx3gMmM3H2V7A+TIh7xRO 0CBLDAoVhGDz1ahagt7RwRtlo7z4JAwypZs1hzGlwo2QEsfycS9uRweUjS7azBP2ohvo UVh+aKBC78Rn1LUX5IVDdM/HU18Rv3UkG92PmuZNu7EtfyKF4SBEKNXywMrExEETi8I8 YKubrrRU/h58mfATLCOdilZeDP/RXXEaSthiZmQcVdPFI9l/G7JLecwogICNdxy/e9pd O6GGtMU7bjfg9AgJaDb63ogYCDM71IRgaMkT81n28Jx1lVJt9Q8oouR/f7iel/Ro5h/e zaZg== X-Gm-Message-State: ALyK8tIjO5F6p8zUHgnXfkVKBbhHKbh1lAZU3N4Z8H0jE6LkLq3xAYiCkdOwXsYOBl/JGA== X-Received: by 10.194.205.105 with SMTP id lf9mr16665141wjc.25.1465239878943; Mon, 06 Jun 2016 12:04:38 -0700 (PDT) Received: from moshe-Lenovo-Yoga-2-Pro ([37.26.149.162]) by smtp.gmail.com with ESMTPSA id c191sm15604214wmh.5.2016.06.06.12.04.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 06 Jun 2016 12:04:38 -0700 (PDT) Date: Mon, 6 Jun 2016 22:04:32 +0300 From: Moshe Green To: sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com, gregkh@linuxfoundation.org Cc: linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] Staging: sm750fb: fix block comment coding style issue in ddk750_chip.c Message-ID: <20160606190432.GA5308@moshe-Lenovo-Yoga-2-Pro> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) 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 This is a patch to the ddk750_chip.c file that fixes up two block comment coding style warnings found by the checkpatch.pl tool Signed-off-by: Moshe Green --- drivers/staging/sm750fb/ddk750_chip.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index f80ee77..3d408d6 100644 --- a/drivers/staging/sm750fb/ddk750_chip.c +++ b/drivers/staging/sm750fb/ddk750_chip.c @@ -91,8 +91,10 @@ static void setMemoryClock(unsigned int frequency) return; if (frequency) { - /* Set the frequency to the maximum frequency that the DDR Memory can take - which is 336MHz. */ + /* + * Set the frequency to the maximum frequency that the DDR Memory can take + * which is 336MHz. + */ if (frequency > MHz(336)) frequency = MHz(336);