Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1187741
| From | Mario Bambagini <mario.bambagini@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] staging: fix to match 80-char rule |
| Date | 2015-07-19 20:50 +0200 |
| Message-ID | <pO1OW-2C2-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fixed comment line to match the 80-char rules. The line contained 81 characters. The file is fully compliant with the code style, now. Signed-off-by: Mario Bambagini <mario.bambagini@gmail.com> --- drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c index e5cc5be..931e45e 100644 --- a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c +++ b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_cs.c @@ -24,7 +24,7 @@ License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -----------------------------------------------------------------------------*/ + ----------------------------------------------------------------------------*/ #include <linux/kernel.h> #include <linux/module.h> -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] staging: fix to match 80-char rule Mario Bambagini <mario.bambagini@gmail.com> - 2015-07-19 20:50 +0200 Re: [PATCH] staging: fix to match 80-char rule Joe Perches <joe@perches.com> - 2015-07-19 21:30 +0200
csiph-web