From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f196.google.com ([209.85.220.196]:33622 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751211AbeCIXpf (ORCPT ); Fri, 9 Mar 2018 18:45:35 -0500 Date: Fri, 9 Mar 2018 20:45:29 -0300 From: Rodrigo Siqueira To: Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron , Hartmut Knaack , Peter Meerwald-Stadler , Greg Kroah-Hartman , Graff Yang Cc: daniel.baluta@nxp.com, linux-iio@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] staging:iio:ad2s1210: Driver cleanup Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org This patchset removes some unused #define directive and variables. Additionally, it fixes two checkpatch problems. Finally, the last patch adds struct documentation and comments to some part of the code. All of the changes have the intention to improve the readability of new updates. Rodrigo Siqueira (4): staging:iio:ad2s1210: Remove end of line with '[' staging:iio:ad2s1210: Remove unused #define directive staging:iio:ad2s1210: Remove old_data from ad2s1210_state staging:iio:ad2s1210: Add comments/documentation drivers/staging/iio/resolver/ad2s1210.c | 52 +++++++++++++++++++++++---------- drivers/staging/iio/resolver/ad2s1210.h | 9 +++++- 2 files changed, 44 insertions(+), 17 deletions(-) -- 2.16.2