Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755263AbdLGNjX (ORCPT ); Thu, 7 Dec 2017 08:39:23 -0500 Received: from mail-wr0-f193.google.com ([209.85.128.193]:36148 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753933AbdLGNjU (ORCPT ); Thu, 7 Dec 2017 08:39:20 -0500 X-Google-Smtp-Source: AGs4zMZbx2ZX+jemEAoyWKy1Fp+k5/hymyKJuC7t/knc0048aeYZV00yHMvodfswZ112U1XEb7j5IQ== From: Bartosz Golaszewski To: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Peter Rosin , linux-i2c@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v3 0/2] eeprom: at24: coding style fixes Date: Thu, 7 Dec 2017 14:39:13 +0100 Message-Id: <20171207133915.29448-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 628 Lines: 21 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 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(-) -- 2.15.1