From 9f8b8ca6d08adc69e283db38541450a60f0e5528 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Sat, 28 Sep 2013 04:31:39 +0000 Subject: [PATCH] scst_pres: Fix spelling in a debug tracing statement Change all occurrences of "APTL" into "APTPL" (Activate Persist Through Power Loss). Signed-off-by: Bart Van Assche git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5005 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_pres.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scst/src/scst_pres.c b/scst/src/scst_pres.c index 8c5c09a58..5ebb498c1 100644 --- a/scst/src/scst_pres.c +++ b/scst/src/scst_pres.c @@ -1517,7 +1517,7 @@ void scst_pr_register(struct scst_cmd *cmd, uint8_t *buffer, int buffer_size) #ifdef CONFIG_SCST_PROC if (aptpl) { - TRACE_PR("%s", "APTL not supported"); + TRACE_PR("%s", "APTPL not supported"); scst_set_invalid_field_in_parm_list(cmd, 20, SCST_INVAL_FIELD_BIT_OFFS_VALID | 0); goto out; @@ -1609,7 +1609,7 @@ void scst_pr_register_and_ignore(struct scst_cmd *cmd, uint8_t *buffer, #ifdef CONFIG_SCST_PROC if (aptpl) { - TRACE_PR("%s", "APTL not supported"); + TRACE_PR("%s", "APTPL not supported"); scst_set_invalid_field_in_parm_list(cmd, 20, SCST_INVAL_FIELD_BIT_OFFS_VALID | 0); goto out; @@ -1682,7 +1682,7 @@ void scst_pr_register_and_move(struct scst_cmd *cmd, uint8_t *buffer, #ifdef CONFIG_SCST_PROC if (aptpl) { - TRACE_PR("%s", "APTL not supported"); + TRACE_PR("%s", "APTPL not supported"); scst_set_invalid_field_in_parm_list(cmd, 17, SCST_INVAL_FIELD_BIT_OFFS_VALID | 0); goto out;