From 4747c04c943c441ad71ed632a0ccaec1a90da7ea Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 28 May 2015 19:43:35 -0600 Subject: [PATCH] Trivial correction to some comments --- net/devif/devif_callback.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/devif/devif_callback.c b/net/devif/devif_callback.c index 6c0424c47a..11f1bdfb6b 100644 --- a/net/devif/devif_callback.c +++ b/net/devif/devif_callback.c @@ -71,8 +71,6 @@ static FAR struct devif_callback_s *g_cbfreelist = NULL; * * Description: * Configure the pre-allocated callback structures into a free list. - * This is called internally as part of uIP initialization and should not - * be accessed from the application or socket layer. * * Assumptions: * This function is called with interrupts disabled.