commit | 29698f1e9da07531c8872a646659f97c044dd928 | [log] [tgz] |
---|---|---|
author | Elena Oat <oat.elena@gmail.com> | Tue Mar 04 23:43:41 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 07 14:44:04 2014 -0800 |
tree | 62fd3db5b79e70c724e7bd55cc44b505469af4b5 | |
parent | 48e7124179192a404121922d2c2f2f355b56ec0e [diff] |
Staging: rtl8188eu: Fix warning of printk should include KERN_. This patch fixes the warning produced by checkpatch of "printk should include KERN_ facility level". printk was replaced by netdev_info. While at it, I have also fixed the line over 80 characters warning. Signed-off-by: Elena Oat <oat.elena@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>