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:	Fri, 4 May 2007 19:55:55 +0530 (IST)
From:	Satyam Sharma <ssatyam@....iitk.ac.in>
To:	linux-kernel@...r.kernel.org
cc:	akpm@...ux-foundation.org, minyard@....org
Subject: [PATCH (trivial)] Fix wrong identifier name in Documentation/kref.txt

Here's another trivial one I've been meaning to send since ... a long 
time back.

Cheers,
Satyam

---

There's a typo / wrong identifier name in Documentation/kref.txt. Fix it.

 	Signed-off-by: Satyam Sharma <ssatyam@....iitk.ac.in>

---

diff -ruNp linux-2.6.21.1/Documentation/kref.txt linux-2.6.21.1~patch/Documentation/kref.txt
--- linux-2.6.21.1/Documentation/kref.txt	2007-05-04 19:40:01.000000000 +0530
+++ linux-2.6.21.1~patch/Documentation/kref.txt	2007-05-04 19:41:04.000000000 +0530
@@ -67,7 +67,7 @@ void more_data_handling(void *cb_data)
  	.
  	. do stuff with data here
  	.
-	kref_put(data, data_release);
+	kref_put(&data->refcount, data_release);
  }

  int my_data_handler(void)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ