From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751655AbdF1Jhb (ORCPT ); Wed, 28 Jun 2017 05:37:31 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:33478 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751603AbdF1Jh0 (ORCPT ); Wed, 28 Jun 2017 05:37:26 -0400 From: karthik@techveda.org To: gilad@benyossef.com, gregkh@linuxfoundation.org Cc: linux-crypto@vger.kernel.org, driverdev-devel@linuxdriverproject.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, sunil.m@techveda.org, Karthik Tummala Subject: [PATCH 0/2] staging: ccree: Fix coding style and remove warnings Date: Wed, 28 Jun 2017 15:07:11 +0530 Message-Id: <1498642633-3260-1-git-send-email-karthik@techveda.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Karthik Tummala This patch series fixes coding style and removes the following checkpatch.pl warnings: Prefer using '"%s...", __func__' to using the function's name, in a string. Braces {} are not necessary for single statement blocks. Rebased on top of next-20170627. Patches were tested and built on next-20170627 Karthik Tummala (2): staging: ccree: Use __func__ instead of function name staging: ccree: Remove braces {} for single statement blocks drivers/staging/ccree/ssi_aead.c | 48 ++++++++++++++++------------------------ 1 file changed, 19 insertions(+), 29 deletions(-) -- 1.9.1