Re: [PATCH 29/32] staging: wilc1000: rename strHostIfRegisterFrame

2015-09-30 Thread Dan Carpenter
On Wed, Sep 30, 2015 at 06:55:11PM +0900, Tony Cho wrote: > This patch renames strHostIfRegisterFrame to reg_f to avoid CamelCase > naming convention. Could we go with "reg_frame"? f is very ambigous. regards, dan carpenter ___ devel mailing list de..

[PATCH 29/32] staging: wilc1000: rename strHostIfRegisterFrame

2015-09-30 Thread Tony Cho
This patch renames strHostIfRegisterFrame to reg_f to avoid CamelCase naming convention. Signed-off-by: Tony Cho --- drivers/staging/wilc1000/host_interface.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/sta