Add a reference to the padata api documentation at Documentation/padata.txt
Suggested-by: Peter Zijlstra <[email protected]> Signed-off-by: Steffen Klassert <[email protected]> --- kernel/padata.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/kernel/padata.c b/kernel/padata.c index 6f10eb2..7875088 100644 --- a/kernel/padata.c +++ b/kernel/padata.c @@ -1,6 +1,8 @@ /* * padata.c - generic interface to process data streams in parallel * + * See Documentation/padata.txt for an api documentation. + * * Copyright (C) 2008, 2009 secunet Security Networks AG * Copyright (C) 2008, 2009 Steffen Klassert <[email protected]> * -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
