From 404fef74d9b31e815a86ea0c174f46ae47be5534 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 5 Mar 2015 06:41:14 -0600 Subject: [PATCH] Fix two uses of DEBUG_COLORATION vs STACK_COLORATION (from David Sidrane). Also some corrected comments --- arch/arm/src/sam34/sam_udp.h | 2 +- fs/procfs/fs_procfsproc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/src/sam34/sam_udp.h b/arch/arm/src/sam34/sam_udp.h index 95268ee4a8..497cf2992f 100644 --- a/arch/arm/src/sam34/sam_udp.h +++ b/arch/arm/src/sam34/sam_udp.h @@ -1,5 +1,5 @@ /************************************************************************************ - * arch/arm/src/sam34/sam_udphs.h + * arch/arm/src/sam34/sam_udp.h * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/fs/procfs/fs_procfsproc.c b/fs/procfs/fs_procfsproc.c index 071ace89fd..021a2cd843 100644 --- a/fs/procfs/fs_procfsproc.c +++ b/fs/procfs/fs_procfsproc.c @@ -631,7 +631,7 @@ static ssize_t proc_stack(FAR struct proc_file_s *procfile, buffer += copysize; remaining -= copysize; -#ifdef CONFIG_DEBUG_COLORATION +#ifdef CONFIG_STACK_COLORATION if (totalsize >= buflen) { return totalsize;