Commit b59bb616 authored by Dan Williams's avatar Dan Williams Committed by John W. Linville

[PATCH] libertas: style fixes

Signed-off-by: default avatarDan Williams <dcbw@redhat.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 18954864
...@@ -181,7 +181,8 @@ u16 libertas_region_code_to_index[MRVDRV_MAX_REGION_CODE] = ...@@ -181,7 +181,8 @@ u16 libertas_region_code_to_index[MRVDRV_MAX_REGION_CODE] =
* @brief Get function for sysfs attribute anycast_mask * @brief Get function for sysfs attribute anycast_mask
*/ */
static ssize_t libertas_anycast_get(struct device * dev, static ssize_t libertas_anycast_get(struct device * dev,
struct device_attribute *attr, char * buf) { struct device_attribute *attr, char * buf)
{
struct cmd_ds_mesh_access mesh_access; struct cmd_ds_mesh_access mesh_access;
memset(&mesh_access, 0, sizeof(mesh_access)); memset(&mesh_access, 0, sizeof(mesh_access));
...@@ -197,7 +198,8 @@ static ssize_t libertas_anycast_get(struct device * dev, ...@@ -197,7 +198,8 @@ static ssize_t libertas_anycast_get(struct device * dev,
* @brief Set function for sysfs attribute anycast_mask * @brief Set function for sysfs attribute anycast_mask
*/ */
static ssize_t libertas_anycast_set(struct device * dev, static ssize_t libertas_anycast_set(struct device * dev,
struct device_attribute *attr, const char * buf, size_t count) { struct device_attribute *attr, const char * buf, size_t count)
{
struct cmd_ds_mesh_access mesh_access; struct cmd_ds_mesh_access mesh_access;
uint32_t datum; uint32_t datum;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment