Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1233864
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/5] mtd: nand: add basic stuff to support power-cut emulation |
| Date | 2015-09-28 07:50 +0200 |
| Message-ID | <qdzu2-52B-19@gated-at.bofh.it> (permalink) |
| References | <qcCWZ-58P-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
Hi Boris, [auto build test results on v4.3-rc2 -- if it's inappropriate base, please ignore] config: i386-allnoconfig (attached as .config) reproduce: git checkout f3924c26b426d59134751b046f403f3f66e16ed7 # save the attached .config to linux build tree make ARCH=i386 All warnings (new ones prefixed by >>): >> include/linux/mtd/nand.h:730: warning: No description found for parameter 'get_status' vim +/get_status +730 include/linux/mtd/nand.h 30631cb8 Alessandro Rubini 2009-09-20 714 flstate_t state; f75e5097 Thomas Gleixner 2006-05-26 715 f75e5097 Thomas Gleixner 2006-05-26 716 uint8_t *oob_poi; f75e5097 Thomas Gleixner 2006-05-26 717 struct nand_hw_control *controller; f75e5097 Thomas Gleixner 2006-05-26 718 f75e5097 Thomas Gleixner 2006-05-26 719 struct nand_ecc_ctrl ecc; 4bf63fcb David Woodhouse 2006-09-25 720 struct nand_buffers *buffers; f75e5097 Thomas Gleixner 2006-05-26 721 struct nand_hw_control hwcontrol; f75e5097 Thomas Gleixner 2006-05-26 722 ^1da177e Linus Torvalds 2005-04-16 723 uint8_t *bbt; ^1da177e Linus Torvalds 2005-04-16 724 struct nand_bbt_descr *bbt_td; ^1da177e Linus Torvalds 2005-04-16 725 struct nand_bbt_descr *bbt_md; f75e5097 Thomas Gleixner 2006-05-26 726 ^1da177e Linus Torvalds 2005-04-16 727 struct nand_bbt_descr *badblock_pattern; f75e5097 Thomas Gleixner 2006-05-26 728 ^1da177e Linus Torvalds 2005-04-16 729 void *priv; ^1da177e Linus Torvalds 2005-04-16 @730 }; ^1da177e Linus Torvalds 2005-04-16 731 ^1da177e Linus Torvalds 2005-04-16 732 /* ^1da177e Linus Torvalds 2005-04-16 733 * NAND Flash Manufacturer ID Codes ^1da177e Linus Torvalds 2005-04-16 734 */ ^1da177e Linus Torvalds 2005-04-16 735 #define NAND_MFR_TOSHIBA 0x98 ^1da177e Linus Torvalds 2005-04-16 736 #define NAND_MFR_SAMSUNG 0xec ^1da177e Linus Torvalds 2005-04-16 737 #define NAND_MFR_FUJITSU 0x04 ^1da177e Linus Torvalds 2005-04-16 738 #define NAND_MFR_NATIONAL 0x8f :::::: The code at line 730 was first introduced by commit :::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2 :::::: TO: Linus Torvalds <torvalds@ppc970.osdl.org> :::::: CC: Linus Torvalds <torvalds@ppc970.osdl.org> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/5] mtd: nand: add basic stuff to support power-cut emulation Boris Brezillon <boris.brezillon@free-electrons.com> - 2015-09-25 17:20 +0200 Re: [PATCH 1/5] mtd: nand: add basic stuff to support power-cut emulation kbuild test robot <lkp@intel.com> - 2015-09-28 07:50 +0200
csiph-web