mfd: cros_ec: Tweak struct cros_ec_device for clarity
authorBill Richardson <wfrichar@chromium.org>
Wed, 18 Jun 2014 18:14:00 +0000 (11:14 -0700)
committerLee Jones <lee.jones@linaro.org>
Wed, 9 Jul 2014 13:58:16 +0000 (14:58 +0100)
commit7e6cb5b4dbbc4b1d98289c88d0bc4092cac328be
treee24bd8e98cd4e9125a74ca629dbf3dfbd6c930c2
parent2ce701ae4e351d9407ec0b30f5f9dd56b6de4292
mfd: cros_ec: Tweak struct cros_ec_device for clarity

The members of struct cros_ec_device were improperly commented, and
intermixed the private and public sections. This is just cleanup to make it
more obvious what goes with what.

[dianders: left lock in the structure but gave it the name that will
eventually be used.]

Signed-off-by: Bill Richardson <wfrichar@chromium.org>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/cros_ec.c
drivers/mfd/cros_ec_i2c.c
drivers/mfd/cros_ec_spi.c
include/linux/mfd/cros_ec.h
This page took 0.027307 seconds and 5 git commands to generate.