The label name in the goto statement is not consistent with the
label present in the code. Fix the label name in the statement
to match whats in the code.

Signed-off-by: Jai Krishna <[email protected]>
---
 Documentation/CodingStyle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle
index 9c61c03..b4573d2 100644
--- a/Documentation/CodingStyle
+++ b/Documentation/CodingStyle
@@ -475,7 +475,7 @@ The rationale for using gotos is:
                                ...
                        }
                        result = 1;
-                       goto out_buffer;
+                       goto out_free_buffer;
                }
                ...
        out_free_buffer:
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to