X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Fnand%2Fcore.h;h=308859bd43e51618b3767f97abaa3160ce60c273;hp=04510845c4b546fd736bd716c7aa490e4c60aeee;hb=7c0832ef7e5daca7fff363802058d01fc6da6c86;hpb=fab0dcd7e6cb8cfbf63cb41f0978902371d30205 diff --git a/src/flash/nand/core.h b/src/flash/nand/core.h index 04510845c4..308859bd43 100644 --- a/src/flash/nand/core.h +++ b/src/flash/nand/core.h @@ -20,7 +20,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef FLASH_NAND_CORE_H @@ -218,7 +218,7 @@ int nand_calculate_ecc_kw(struct nand_device *nand, int nand_register_commands(struct command_context *cmd_ctx); -/* / helper for parsing a nand device command argument string */ +/** helper for parsing a nand device command argument string */ COMMAND_HELPER(nand_command_get_device, unsigned name_index, struct nand_device **nand);