Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934628AbdIYKkO (ORCPT ); Mon, 25 Sep 2017 06:40:14 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:34697 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933162AbdIYKkL (ORCPT ); Mon, 25 Sep 2017 06:40:11 -0400 X-Google-Smtp-Source: AOwi7QCGu+GRz3x7umzZ3gzygnI2UknW5jy0Z7xz9E1kiuxWBPDmKbiKgd11R8d1BGzMhLg1v0gpdQ== From: Harinath Nampally To: jic23@kernel.org Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, gregkh@linuxfoundation.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, amsfield22@gmail.com, martink@posteo.de Subject: [PATCH v3 0/3] Refactor event related code Date: Mon, 25 Sep 2017 06:40:05 -0400 Message-Id: <1506336008-4480-1-git-send-email-harinath922@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 699 Lines: 23 Rename some struct names and function names to improve code readability. Harinath Nampally (3): iio: accel: mma8452: Rename structs holding event configuration registers to more appropriate names. iio: accel: mma8452: Rename time step look up struct to generic name as the values are same for all the events. iio: accel: mma8452: Rename read/write event value callbacks to generic function name. drivers/iio/accel/mma8452.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -- changes v2->v3 -Remove one unrelated patch in the patchset -Add version v3 in the subject changes v1->v2 Add one more related patch in the patchset 2.7.4