From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartosz Golaszewski Subject: [PATCH v2 0/2] eeprom: at24: coding style fixes Date: Wed, 6 Dec 2017 14:01:29 +0100 Message-ID: <20171206130131.13438-1-brgl@bgdev.pl> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , linux-i2c@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Bartosz Golaszewski List-Id: 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 breal the user space: use module_param_named() for module parameters 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