From patchwork Wed Jun 29 14:25:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Jander X-Patchwork-Id: 586065 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8151AC433EF for ; Wed, 29 Jun 2022 14:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229778AbiF2OZf (ORCPT ); Wed, 29 Jun 2022 10:25:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231158AbiF2OZd (ORCPT ); Wed, 29 Jun 2022 10:25:33 -0400 Received: from smtp28.bhosted.nl (smtp28.bhosted.nl [IPv6:2a02:9e0:8000::40]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9AF8F24F2A for ; Wed, 29 Jun 2022 07:25:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonic.nl; s=202111; h=content-transfer-encoding:mime-version:message-id:date:subject:cc:to:from: from; bh=Y2iBeHtXt/HOW6c9/CVKzJeCYgYhl2qHO61V2nD40/E=; b=dAayAWHCThfxuE13tfCKfNOrIVHXjqslfT5MkmqIFsXdHhYxaa3T1Xrz1QPM0jaEg0J09kZOG5ToQ ept4PSllGQJ25pfqxuwF8U1rB1FNUbGvVP+CWwU3+zdpFADhng0cqWN7Tfht/oyuLzho0yyCmO8v91 QnY08qy6QOFIMAzfbxDeU84B9XwZ9cWo2f4x+R6Y6mcjFt9uZILGRvVJhPplYCTuFxF0/kEm6/wgv3 YbwKfc3IYN2hZL0w1yEOXJNRRVoWksERubHztBWfQHPJpKdXYq+C26LyZLbump1hklpibVLCgyzAgt zy88IV7JhkOMejAFgnEmZF72NVbG/bg== X-MSG-ID: 53596b02-f7b7-11ec-8a45-0050569d11ae From: David Jander To: Mark Brown Cc: linux-spi@vger.kernel.org, Andy Shevchenko , David Jander Subject: [PATCH 0/3] Fix some coding style issues Date: Wed, 29 Jun 2022 16:25:16 +0200 Message-Id: <20220629142519.3985486-1-david@protonic.nl> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org This series fixes some coding style issues. No functional change. David Jander (3): spi: spi.c: White-space fix in __spi_pump_messages() spi: spi.c: Fix comment style spi: spi.c: Remove redundant else block drivers/spi/spi.c | 106 ++++++++++++++++++++-------------------- include/linux/spi/spi.h | 82 +++++++++++++++---------------- 2 files changed, 94 insertions(+), 94 deletions(-)