Skip to content

Commit

Permalink
i2c: imx: Remove unneeded comments
Browse files Browse the repository at this point in the history
These multi-lines comments do not follow the standard kernel coding
style. In fact, they are not useful comments, so get rid of them.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
  • Loading branch information
Fabio Estevam authored and Wolfram Sang committed Jan 4, 2016
1 parent 66e7841 commit 995e68a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions drivers/i2c/busses/i2c-imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
*
*/

/** Includes *******************************************************************
*******************************************************************************/

#include <linux/clk.h>
#include <linux/completion.h>
#include <linux/delay.h>
Expand All @@ -57,9 +54,6 @@
#include <linux/sched.h>
#include <linux/slab.h>

/** Defines ********************************************************************
*******************************************************************************/

/* This will be the driver name the kernel reports */
#define DRIVER_NAME "imx-i2c"

Expand Down Expand Up @@ -123,9 +117,6 @@

#define I2C_PM_TIMEOUT 10 /* ms */

/** Variables ******************************************************************
*******************************************************************************/

/*
* sorted list of clock divider, register value pairs
* taken from table 26-5, p.26-9, Freescale i.MX
Expand Down Expand Up @@ -419,9 +410,6 @@ static void i2c_imx_dma_free(struct imx_i2c_struct *i2c_imx)
dma->chan_using = NULL;
}

/** Functions for IMX I2C adapter driver ***************************************
*******************************************************************************/

static int i2c_imx_bus_busy(struct imx_i2c_struct *i2c_imx, int for_busy)
{
unsigned long orig_jiffies = jiffies;
Expand Down

0 comments on commit 995e68a

Please sign in to comment.