Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acb9c1b2 authored by Evgeniy Polyakov's avatar Evgeniy Polyakov Committed by David S. Miller
Browse files

connector: maintainer/mail update.

parent 87cf6560
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * 	cn_test.c
 * 
 * 2004-2005 Copyright (c) Evgeniy Polyakov <johnpol@2ka.mipt.ru>
 * 2004+ Copyright (c) Evgeniy Polyakov <zbr@ioremap.net>
 * All rights reserved.
 * 
 * This program is free software; you can redistribute it and/or modify
@@ -194,5 +194,5 @@ module_init(cn_test_init);
module_exit(cn_test_fini);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Evgeniy Polyakov <johnpol@2ka.mipt.ru>");
MODULE_AUTHOR("Evgeniy Polyakov <zbr@ioremap.net>");
MODULE_DESCRIPTION("Connector's test module");
+1 −1
Original line number Diff line number Diff line
/*
 * 	ucon.c
 *
 * Copyright (c) 2004+ Evgeniy Polyakov <johnpol@2ka.mipt.ru>
 * Copyright (c) 2004+ Evgeniy Polyakov <zbr@ioremap.net>
 *
 *
 * This program is free software; you can redistribute it and/or modify
+7 −0
Original line number Diff line number Diff line
@@ -1569,6 +1569,13 @@ S: Supported
F:	fs/configfs/
F:	include/linux/configfs.h

CONNECTOR
P:	Evgeniy Polyakov
M:	zbr@ioremap.net
L:	netdev@vger.kernel.org
S:	Maintained
F:	drivers/connector/

CONTROL GROUPS (CGROUPS)
P:	Paul Menage
M:	menage@google.com
+1 −1
Original line number Diff line number Diff line
/*
 * 	cn_queue.c
 *
 * 2004-2005 Copyright (c) Evgeniy Polyakov <johnpol@2ka.mipt.ru>
 * 2004+ Copyright (c) Evgeniy Polyakov <zbr@ioremap.net>
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
+2 −2
Original line number Diff line number Diff line
/*
 * 	connector.c
 *
 * 2004-2005 Copyright (c) Evgeniy Polyakov <johnpol@2ka.mipt.ru>
 * 2004+ Copyright (c) Evgeniy Polyakov <zbr@ioremap.net>
 * All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
@@ -33,7 +33,7 @@
#include <net/sock.h>

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Evgeniy Polyakov <johnpol@2ka.mipt.ru>");
MODULE_AUTHOR("Evgeniy Polyakov <zbr@ioremap.net>");
MODULE_DESCRIPTION("Generic userspace <-> kernelspace connector.");

static u32 cn_idx = CN_IDX_CONNECTOR;