lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 23 Dec 2013 17:38:57 +0800
From:	Yang Yingliang <yangyingliang@...wei.com>
To:	<davem@...emloft.net>, <netdev@...r.kernel.org>
Subject: [PATCH net-next v2 0/3] net_sched: do some cleanup

Prefer pr_warn(... to pr_warning(...
Do not use C99 // comments and fix spelling.
Correct function names by using __func__ .

v1 -> v2:
  patch 1/3: Don't split messages in "..." into multiple lines.
  patch 3/3: Add patch #3.

Yang Yingliang (3):
  net_sched: replace pr_warning with pr_warn
  sch_htb: use /* comments
  sch_dsmark: use correct func name in print messages

 net/sched/sch_cbq.c    |  4 ++--
 net/sched/sch_dsmark.c | 37 +++++++++++++++++++------------------
 net/sched/sch_gred.c   |  4 ++--
 net/sched/sch_htb.c    | 19 +++++++++----------
 4 files changed, 32 insertions(+), 32 deletions(-)

-- 
1.8.0


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ