From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f196.google.com ([209.85.192.196]:33423 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753412AbdBRUTg (ORCPT ); Sat, 18 Feb 2017 15:19:36 -0500 Received: by mail-pf0-f196.google.com with SMTP id e4so6668875pfg.0 for ; Sat, 18 Feb 2017 12:19:36 -0800 (PST) Date: Sun, 19 Feb 2017 01:49:23 +0530 From: sayli karnik To: outreachy-kernel@googlegroups.com Cc: Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron , Hartmut Knaack , Peter Meerwald-Stadler , Greg Kroah-Hartman , linux-iio@vger.kernel.org Subject: [PATCH 0/3] Use macros BIT() and GENMASK() 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 Use BIT() and GENMASK() macros for left shifts. Also add a blank line after a function declaration. sayli karnik (3): staging: iio: ad7152: Use BIT() macro for left shifting 1 staging: iio: ad7152: Use GENMASK() macro for left shifts staging: iio: ad7152: Add a blank line after a function drivers/staging/iio/cdc/ad7152.c | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) -- 2.7.4