From patchwork Wed Dec 13 10:56:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 847924 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-i2c-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=bgdev-pl.20150623.gappssmtp.com header.i=@bgdev-pl.20150623.gappssmtp.com header.b="h/b2GdNQ"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yxYXj3vz0z9sBZ for ; Wed, 13 Dec 2017 21:56:37 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752570AbdLMK4f (ORCPT ); Wed, 13 Dec 2017 05:56:35 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:39788 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752279AbdLMK4e (ORCPT ); Wed, 13 Dec 2017 05:56:34 -0500 Received: by mail-wm0-f65.google.com with SMTP id i11so4168961wmf.4 for ; Wed, 13 Dec 2017 02:56:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=R5R7HHCHf/27Y8Zw98y/XDqxG49G9zaEHO9FLxqk68A=; b=h/b2GdNQbScQ13hRhR3WBYXsr9+hLD4dtvG3PZIQTBxezO/Rzq3FBdiRuR8854TZnH vFUhBA4Y89VJ5HAN2Xgf2wiUktKpG91Ph5U3Q/hgWycud5w0x+U83tokPIyvNI5mavMK lq9hXcM07cWhq92ViuP8qbG4R7Nr6+mnLzo9D5eWvs8emjRalMXW28BACyoLM6YFQtY8 XFbtXJNCzOR5HApqW9Kt9bblVCDrsk7ido/vANsd0MvXs5j/6tiZFbwugS8NuJIITXNG gPpl6YgAMKtfM/HDiLBpd2ZapIdz517e4Zlg7f1TVBMkK9kBj1DDuYNY86vUYwtSn9Ra R/dw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=R5R7HHCHf/27Y8Zw98y/XDqxG49G9zaEHO9FLxqk68A=; b=FNKM6OpIoB7LAtqJKFOm32sG6V2DFfYiU6ABu8fnbfP0Yt+aiKh5ZscBRGy/ENW2om mW7xeuUhQ/s/usDLoXWM9AeBT61NWrys3+SQcijt2PJm46TDHjgoGdt6NwbuHG9OpKcN r/o2Sm+sZtYXPZVb/bYzbG7vAmX3MCv0XwPbrJ7HSzXCwtF4JNtv5AxbXyMgQUj0elp3 Yi4/T/XARuY9Qj7yuP9XUmcS098PkuA9Hpv+DljRVDwIqOVHMPNQTlzkgTFTq7N9BLqd vYWhw55wpeTATCyL1C3Z3SGFuQmOqF0G6HJle2RKfbZNifIIg/AtEJ5dk+79LSbJRl3u AUYg== X-Gm-Message-State: AKGB3mKS0r7LibFntkUEaOqcsi+q+VVfQN8o+ObwhVAaUynISvQ5o8hA jggIBOwJlh3qoK24E6G/iziPUg== X-Google-Smtp-Source: ACJfBoviR4fytbEDkdeR5aZxhSAvC4Zb9yDJt+xik94YXDracfgJEIUBiWqph2vLzgxR217UNWGNdA== X-Received: by 10.28.55.72 with SMTP id e69mr1510017wma.154.1513162593219; Wed, 13 Dec 2017 02:56:33 -0800 (PST) Received: from bgdev-debian.baylibre.local ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id p15sm456735wre.24.2017.12.13.02.56.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Dec 2017 02:56:32 -0800 (PST) From: Bartosz Golaszewski To: Joe Perches , Andy Shevchenko , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , Peter Rosin , linux-i2c@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v4 0/2] eeprom: at24: coding style fixes Date: Wed, 13 Dec 2017 11:56:22 +0100 Message-Id: <20171213105624.27058-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.15.1 Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Just two patches fixing minor coding style issues. The first one contains fixes for problems reported by checkpatch. The second adds a common prefix to all symbols in at24.c. v1 -> v2: - don't break the user space: use module_param_named() for module parameters v2 -> v3: - s/at24_tool_until/at24_loop_until/g - tweaked the commit message in patch 2/2 v3 -> v4: - drop the octal permissions fix in module_param(): checkpatch.pl will be modified to not raise this error for perms == 0 Bartosz Golaszewski (2): eeprom: at24: fix coding style issues eeprom: at24: use a common prefix for all symbols in at24.c drivers/misc/eeprom/at24.c | 48 ++++++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 23 deletions(-)